photo

Jan Rusz


Last seen: 9 days 前 自 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 years 前 | 0