how do i copy figure in linux
5 ビュー (過去 30 日間)
古いコメントを表示
i am running matlab on a linux system and i want to copy a figure to paste it into a presentation (for example openoffice impress). There is no option available. How can i do it?
0 件のコメント
回答 (1 件)
jgg
2016 年 2 月 19 日
Try this:
bar(1:10) %whatever your figure is
print('BarPlot','-dpng')
There are other options here:
http://www.mathworks.com/help/matlab/ref/print.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!