IS there a simple way to suppress the pop-up figure which is created automatically when calling clustergram()?
1 view (last 30 days)
Show older comments
IS there a simple way to suppress the pop-up figure which is created automatically when calling clutergram()?
2 Comments
Guillaume
on 20 Sep 2018
I don't have that toolbox, but generally unless a function has an explicit option to prevent it generating its GUI there's nothing you can do.
Answers (1)
Arthur Goldsipe
on 20 Sep 2018
Since clustergram was designed to visualize data, there is not currently a documented way to keep a figure from appearing. However, one of the benefits of MATLAB is that you can view and modify the code for many of the functions that come with it. I don't know if this will work for you, but one workaround would be to modify clustergram and comment out or remove the call to view that causes the figure to appear.
See Also
Categories
Find more on Expression Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!