help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Matlab test requested: print plot in uipanel


From: Andreas Weber
Subject: Matlab test requested: print plot in uipanel
Date: Mon, 11 Jul 2016 12:45:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0

Dear users,
can someone with access to Matlab test this for me?

close all;
m = uipanel;
ax = axes ('parent', m);
plot (ax, 1:10);
print ('out.png')

I guess the plot inegrates nicely into the uipanel onscreen but does the
generated out.png include the plot?
If not, how can the plot be printed?

TIA, Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]