how do i copy figure in linux

6 次查看(过去 30 天)
Bruce Cochran
Bruce Cochran 2016-2-19
回答: jgg 2016-2-19
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?

回答(1 个)

jgg
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

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by