Community Profile

photo

RAVIKIRAN YALAMARTHI


Last seen: meer dan een jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Personal Best Downloads Level 1
  • Leader
  • 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...

bijna 4 jaar 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...

bijna 4 jaar 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...

bijna 4 jaar 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...

bijna 4 jaar 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/...

bijna 4 jaar ago | 0