anovan: how to switch off the tables it produces?

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 日

0 投票

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 件のコメント

AN NING
AN NING 2018 年 2 月 9 日
I find it not working with 'display','off'

サインインしてコメントする。

その他の回答 (1 件)

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

タグ

質問済み:

2012 年 10 月 11 日

コメント済み:

2018 年 2 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by