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 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...
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