Feeds
已回答
How to plot several graphs in a loop?
Try this code, it may be helpful f1 = figure; f2 = figure; for k = 1:3 % sin kx plot figure(f1) plot...
How to plot several graphs in a loop?
Try this code, it may be helpful f1 = figure; f2 = figure; for k = 1:3 % sin kx plot figure(f1) plot...
4 years 前 | 0

