How to save a figure in MATLAB from the command line?

后端 未结 7 1070
灰色年华
灰色年华 2020-12-13 09:16

Is there a command in MATLAB which allows saving a figure in FIG or JPEG or both formats automatically?

相关标签:
7条回答
  • 2020-12-13 09:51

    try plot(var); saveFigure('title'); it will save as a jpeg automatically

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