Re: apply export style to figure via m file



"Tom? " <tmezger_NOSPAM@xxxxxx> wrote in message
<fctpfe$min$1@xxxxxxxxxxxxxxxxxx>...
Hi people,

i'm trying to automate the export of figures via m-files.
now i'm trying to apply a style that i have already saved,
let's say it's called "my_style".

what i expect is to make some call like this:

apply_style_function(figureNr,'my_style')

then i can export the figure to png via
print -dpng



how can i make it? does the function "apply_style_function"
already exist?

thank you very much!!!!

tom

I've always written a function that sets all the desired
properties using set() like we were doing in the other thread.

I just noticed something. If you click "file" in your
formatted figure there is a "Generate M-File..." option.
You can then call this function with your data and generate
a formatted output.

gl, I understand your frustration with office products ;-)

~Adam
.