Iñigo Moreno
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
3 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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