photo

RAVIKIRAN YALAMARTHI


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
5 Answers

File Exchange

1 File

Cody

0 Problems
59 Solutions

RANK
3,602
of 300,364

REPUTATION
16

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
15,155 of 20,934

REPUTATION
12

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
3

ALL TIME DOWNLOADS
125

RANK
7,915
of 168,407

CONTRIBUTIONS
0 Problems
59 Solutions

SCORE
870

NUMBER OF BADGES
8

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 1
  • Speed Demon
  • Knowledgeable Level 1
  • CUP Challenge Master
  • First Answer
  • Introduction to MATLAB Master
  • First Submission
  • Commenter
  • Promoter
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Answered
A is a matrix , what does this statement A([1,end],[1,end]) mean ?
Simple example: A = [1 2 3;4 5 6;7 8 9] A([1,end],[1,end]) ans = 2 by 2 1 3 7 9 To call the elements...

5 years ago | 1

Answered
Plot function shows an incomplete output
Create a linspace array which matches the log sclae for x- axis values. (Since, you set the xlim as [0.01,1000]) pe_plot = lins...

5 years ago | 1

| accepted

Answered
How do I change the latex to equation in MATLAB answers?
short cut: ctrl+shift+L and write your equation in "Enter LaTeX equation code:" box. As soon as you entered you can see preview...

5 years ago | 1

| accepted

Answered
Locating characters in a string array
In first step you are creating a string whose length is 102. In second step you are creating a array of 1:102. But, in a string...

5 years ago | 0

Answered
F solve error, how can I fix it?
g = @(x,y) -(118/121)*x.^2 -(333/242)*y.^2 -(196/121)*x.*y +(63/121)*x -(361/242)*y -(724/121); h = @(x,y) (21/121)*x.^2 +(299/...

5 years ago | 0