필터 지우기
필터 지우기

how to disable bootup warning message

조회 수: 7 (최근 30일)
julia
julia 2011년 3월 24일
I'd like to know how to disable boot up warning information, like 'disp has the same name as a MATLAB builtin'. I wrote disp to overwrite the built-in on purpose. I do not want to see these kind warning in the boot up message. How to turn it off. Thanks.
Julia

채택된 답변

Matt Fig
Matt Fig 2011년 3월 24일
I think STARTUP is run after such warnings are generated, so this won't help.
You could put a call to CLC in STARTUP so you don't see it anyway.
  댓글 수: 1
julia
julia 2011년 3월 24일
Thanks a lot for your helps.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

the cyclist
the cyclist 2011년 3월 24일
The WARNING command can be used to turn off the display of specific warning messages. You could put a line in your startup.m file that turns off that warning.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by