IS there a simple way to suppress the pop-up figure which is created automatically when calling clustergram()?

조회 수: 4 (최근 30일)
IS there a simple way to suppress the pop-up figure which is created automatically when calling clutergram()?
  댓글 수: 2
Guillaume
Guillaume 2018년 9월 20일
Do you mean clustergram (with an 's'), from the Bioinformatics toolbox?
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.
Iddo Weiner
Iddo Weiner 2018년 9월 20일
Yes thanks.
I couldn't find anything in the documentation, but maybe someone has a tip?
Of course this works:
close all force
but it's less elegant and it slows down the running time

댓글을 달려면 로그인하십시오.

답변 (1개)

Arthur Goldsipe
Arthur Goldsipe 2018년 9월 20일
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.

카테고리

Help CenterFile Exchange에서 Data Import and Management에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by