photo

Sree Harsha Bhimineni


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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);...

대략 3년 전 | 0