Mahmud Hamed
Followers: 0 Following: 0
Feeds
질문
Hi COMM, How can I hold only one plot while updating the rest in a figure ? E.g. I want to keep (x,f) plot fixed , while keeping the current value for the animated plot
SSmin=0; SSmax=19; x=SSmin:0.01:SSmax; f= (x).*sin(x) +20; figure plot(x,f) hold on for k=1:length(x) plot(x(k),f(k...
거의 3년 전 | 답변 수: 1 | 0