anovan: how to switch off the tables it produces?

4 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Ilaria Sani
Ilaria Sani il 11 Ott 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');

Più risposte (1)

Sachin Ganjare
Sachin Ganjare il 11 Ott 2012
Please refer below link;
Hope it helps!!!

Categorie

Scopri di più su Programming in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by