photo

Jan Rusz


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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);

3 years ago | 0