![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16098616_1567463695696_DEF.jpg)
Iñigo Moreno
Followers: 0 Following: 0
Feeds
답변 있음
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')
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년 초과 전 | 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...
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년 초과 전 | 1