Jan Rusz
Followers: 0 Following: 0
Feeds
已回答
How to subplot a graph returned by MATLAB function for which there is no option to take the figure handle as input nor can it return a handle as output?
You have to copy ax1 to figure object, not to axes object: fig2=figure(2); copyobj(ax1,fig2);
How to subplot a graph returned by MATLAB function for which there is no option to take the figure handle as input nor can it return a handle as output?
You have to copy ax1 to figure object, not to axes object: fig2=figure(2); copyobj(ax1,fig2);
4 years 前 | 0