Expression or statement is incomplete or incorrect

What does 'Expression or statement is incomplete or incorrect' mean? What I write on mfile this error is seen, even I write ' a=1 '. Can you halp me.

1 件のコメント

Walter Roberson
Walter Roberson 2011 年 12 月 21 日
Does this happen even right after you start MATLAB?
What happens if you put in a pure number?

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

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2011 年 12 月 21 日

0 投票

It means 'Expression or statement is incomplete or incorrect'. Did you write 'a=1' with or without the two single quote marks? Please post your complete code and use the {}Code format.

8 件のコメント

Can
Can 2011 年 12 月 21 日
>> a = 1
not only a=1 this error is seen what I write
Fangjun Jiang
Fangjun Jiang 2011 年 12 月 21 日
Press Ctrl+C and then type in the following
clear all;
a=1
You might have some unfinished code already typed in the Command Window.
Can
Can 2011 年 12 月 21 日
No. there aren't any code
Fangjun Jiang
Fangjun Jiang 2011 年 12 月 21 日
Okay, can you copy what show up after you type in a=1 at the Command Window?
Walter Roberson
Walter Roberson 2011 年 12 月 21 日
http://www.mathworks.com/matlabcentral/answers/13205-tutorial-how-to-format-your-question-with-markup
Can
Can 2011 年 12 月 21 日
Problem was my m.file's name. Thank you for your interest
Fangjun Jiang
Fangjun Jiang 2011 年 12 月 21 日
I don't understand. Even if you have a function called a with a.m, the line a=1 still should not result in the error message.
Can
Can 2011 年 12 月 21 日
mfile's name was untidled-------
I cahnged it to untidled so problem solved

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

カテゴリ

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

質問済み:

Can
2011 年 12 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by