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.

 采纳的回答

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

Community Treasure Hunt

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

Start Hunting!

Translated by