photo

Iñigo Moreno


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to save figures to pdf or doc document?
exportgraphics(Fig3,'file.pdf')

4 years 前 | 0

已回答
Why exporting a figure in pdf changes dimensions of subplots?
With the newer versions of MATLAB you can use exportgraphics: exportgraphics(fig,'ZNPC_DEC_B.pdf')

4 years 前 | 1

已回答
saving an subplotted image
With the newer versions of matlab, if you just want to save one of the subplots to a file: h=subplot(2,1,1); plot(1:10); myAx...

4 years 前 | 1