Script won't run, keeps saying file name on command window

My matlab .m file will not run script. It keeps saying the file name in the command window.

 채택된 답변

madhan ravi
madhan ravi 2018년 9월 14일
편집: madhan ravi 2018년 9월 14일
It means you suppressed your output by semicolon (;)
An example:
>> a=1:10
a =
Columns 1 through 8
1 2 3 4 5 6 7 8
Columns 9 through 10
9 10
>> a=1:10;
>>

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품

릴리스

R2018a

질문:

Jen
2018년 9월 14일

댓글:

2018년 9월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by