Save Matlab figure without plotting it?

后端 未结 2 1979
醉酒成梦
醉酒成梦 2021-02-14 00:58

Is there a way of saving a figure plot without actually plotting it? I mean, let\'s say I want to save the graph for plot(1:10, (1:10).^2), can I save it without sh

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-14 01:30

    There is also the saveas(h,'filename.ext') function which can save a figure in some formats.

提交回复
热议问题