I'm using the clustergram function in the Bioinformatics toolbox and trying to save the clustergram object as a MATLAB figure (.fig). I know that you can 'Print to figure' from the File menu - what is the equivalent on the command line (this code is to be automated)?
Apologies in advance if this is very straightforward, but google is not being my friend.
Ta, L.
load filteredyeastdata;
cg = clustergram(yeastvalues(1:30,:));
plot(cg)
Let me know if this helps you
Lucio
"Lisa " <li...@dcs.gla.ac.uk> wrote in message <gp84jl$93e$1...@fred.mathworks.com>...
load filteredyeastdata;
cg = clustergram(yeastvalues(1:30,:));
plot(cg)
Let me know if this helps you
Lucio
"Lisa " <li...@dcs.gla.ac.uk> wrote in message <gp84jl$93e$1...@fred.mathworks.com>...
"Lucio Andrade-Cetto" <lce...@nospam.mathworks.com> wrote in message <gp86um$a30$1...@fred.mathworks.com>...