anovan: how to switch off the tables it produces?

조회 수: 8 (최근 30일)
Ilaria Sani
Ilaria Sani 2012년 10월 11일
댓글: AN NING 2018년 2월 9일
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
AN NING
AN NING 2018년 2월 9일
I find it not working with '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