Community Profile

photo

RAVIKIRAN YALAMARTHI


Last seen: 1 year 前 自 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0