photo

Vasudev Sridhar

Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre un anno fa | 0

Risposto
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...

oltre un anno fa | 0