Feeds
已回答
How to click the subplots
the simplest way is just add 'axcopy' to the end of the figure, such as: figure(); for i=1:4 subplot(2,2,i); plot(1:10,...
How to click the subplots
the simplest way is just add 'axcopy' to the end of the figure, such as: figure(); for i=1:4 subplot(2,2,i); plot(1:10,...
6 years 前 | 0