![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7687416_1537502531431_DEF.jpg)
Programming Languages:
MATLAB
Spoken Languages:
Japanese
MATLAB
Spoken Languages:
Japanese
Feeds
回答済み
Figureのコピーができない
クリップボードに貼り付ける時点でメタファイルなので pngファイルで出力しても同じではないでしょうか? fig = figure; plot(1:10) print(fig,'-dpng','figname.png','-r300') figna...
Figureのコピーができない
クリップボードに貼り付ける時点でメタファイルなので pngファイルで出力しても同じではないでしょうか? fig = figure; plot(1:10) print(fig,'-dpng','figname.png','-r300') figna...
2年以上 前 | 0
回答済み
plot(1); xlabel(`123_456`)
Kenta様 ありがとうございました。 10何年気づきませんでした。・・・ strrep(str,'_','-') で変換して表示させていました。
plot(1); xlabel(`123_456`)
Kenta様 ありがとうございました。 10何年気づきませんでした。・・・ strrep(str,'_','-') で変換して表示させていました。
5年弱 前 | 0