photo

Vasudev Sridhar

Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

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

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0