Error in livescript with the clustergram function
Ältere Kommentare anzeigen
Dear all,
I am trying to compile a livescript report with my data but I am stuck on the clustergram function. Whenever I try to run the livescript section (CTRL+ENTER) I get the following error:
Error using uimenu
First argument must be a valid parent, such as a Figure or Panel object.
Error in clustergram/view>updateUIMenus (line 149)
uimenu(hw ,'Label','Print to Figure',...
Error in clustergram/view (line 61)
updateUIMenus(obj);
Error in clustergram (line 414)
obj.view;
Here is a piece of code to reproduce in Matlab 2017a and 2017b: Create a live script and press CTRL+ENTER:
cgo_J = clustergram(rand(10))
Any help or workaround would be appreciated!
Tamara
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Expression Analysis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!