octave-maintainers
[Top][All Lists]
Advanced

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

Help with savefig


From: Rik
Subject: Help with savefig
Date: Tue, 30 Oct 2018 14:41:12 -0700

10/30/18

Could someone with access to Matlab run the following code?

--- Code ---
h = figure ();
sombrero
get (h, 'FileName')
savefig (h, "myfig")
get (h, 'FileName')
--- End Code ---

I'm expecting that FileName will be filled in with the name of the figure
which might be "myfig", "myfig.fig", or the full name and path to the
figure.  But this is Matlab so it might do none of these things.

Thanks,
Rik





reply via email to

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