Feeds
提问
Problem with surf plot
Dear all. I'm trying to create a 3D plot with surf function. The code is: M=A/B; v(1,:)=u01; for n=2:length(t) ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How can I fix legend in an animate plot 2D?
figure(1) for j = 1:length(t) plot(x,u(:,j),x,v(j,:),x,LF(j,:)) pause(0.1) end I would see the legend a...
9 years 前 | 2 个回答 | 0
