anovan: how to switch off the tables it produces?

17 views (last 30 days)
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

Accepted Answer

Ilaria Sani
Ilaria Sani on 11 Oct 2012
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');

More Answers (1)

Sachin Ganjare
Sachin Ganjare on 11 Oct 2012
Please refer below link;
Hope it helps!!!

Categories

Find more on Operating on Diagonal Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!