Filter löschen
Filter löschen

how do i copy figure in linux

5 Ansichten (letzte 30 Tage)
Bruce Cochran
Bruce Cochran am 19 Feb. 2016
Beantwortet: jgg am 19 Feb. 2016
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?

Antworten (1)

jgg
jgg am 19 Feb. 2016
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

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by