photo

Vasudev Sridhar

Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Find peaks in a for loop?
Assuming you mean maximum when you say peak. a = randi(20, 2,10) result = max(a,[],2)

1年以上 前 | 0

回答済み
How to color the space between ellipse?
Alternative solution in case you are dealing with radial coordinates. x1 = linspace(0,1,100); % Generate the first set of x co...

1年以上 前 | 0