photo

RAVIKIRAN YALAMARTHI


Last seen: 1년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

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

배지 보기

Feeds

보기 기준

답변 있음
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...

대략 4년 전 | 1

답변 있음
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...

대략 4년 전 | 1

| 수락됨

답변 있음
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...

대략 4년 전 | 1

| 수락됨

답변 있음
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...

대략 4년 전 | 0

답변 있음
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/...

대략 4년 전 | 0