photo

Sree Harsha Bhimineni


Last seen: alrededor de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
how can i get same color graph in each iteration of for loop?
You can use a random function as follows: for i=1:1:10 v = rand(3,1); plot(X1,Y1,'Color',v); hold on plot(X2,Y2,'Color',v);...

alrededor de 3 años hace | 0