merge 2 matlab fig into 1 - how to use color , linewidth etc using copyobj

后端 未结 1 1235
暗喜
暗喜 2021-01-21 23:05

I want to load 2 figures and merge them in one.

I know that I can do it by copy paste from one figure to another ,but through script?

I saw this , but it produce

相关标签:
1条回答
  • 2021-01-21 23:21

    You must use :

    set(first,'color','g','marker','o');

    As for the axes you must produce new figures from the original code.

    0 讨论(0)
提交回复
热议问题