photo

Jan Rusz


Last seen: 29日 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

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

約4年 前 | 0