make clustergram without printing
Afficher commentaires plus anciens
My script makes hundreds of clustergrams. Each time the "clustergram" function is called, it makes a figure window, which "pops up" and "steals the focus" of my computer (i.e. interrupts me while i am working on something else).
How can I plot a clustergram without making the figure?
With standard linear line plots, you just have to specify "figure('visibility', 'off');"
This does not work for clustergrams.
Réponses (2)
Ahmet Cecen
le 23 Avr 2015
Try starting MATLAB with:
matlab -noFigureWindows
4 commentaires
cmo
le 23 Avr 2015
Ahmet Cecen
le 23 Avr 2015
Okay, here is the fix (also attached):
Open clustergram.m and comment out line 416.
cmo
le 24 Avr 2015
Ahmet Cecen
le 24 Avr 2015
Wow, it must be a UNIX thing then, because I tried it on 2 different versions and it works for me. Not sure what else I can suggest.
Are you sure you are not accidentally using the built in clustergram? Change the name of the function I attached, like clustergram2 and try again?
yi li
le 29 Sep 2018
0 votes
Amazing! It is useful!
Catégories
En savoir plus sur Expression Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!