anovan: how to switch off the tables it produces?

5 次查看(过去 30 天)
I'm running anovan hundreds of times and matlab crashes while dysplaying hundreds of anova-tabs. How can I tell matlab not to display it?
Thanks

采纳的回答

Ilaria Sani
Ilaria Sani 2012-10-11
it's sufficient to write:
'display','off'
e.g.
[p] = anovan(Meanfiring,{orientation,contrast,window},...
'model',[1 0 0;0 1 0;0 0 1;1 1 0;1 0 1;0 1 1;1 1 1],'display','off');

更多回答(1 个)

Sachin Ganjare
Sachin Ganjare 2012-10-11
Please refer below link;
Hope it helps!!!

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by