disp(‘hello world’);

38 ビュー (過去 30 日間)
Hassan
Hassan 2023 年 1 月 27 日
編集済み: Chris 2023 年 1 月 27 日
disp (hello world);

回答 (1 件)

Chris
Chris 2023 年 1 月 27 日
編集済み: Chris 2023 年 1 月 27 日
disp ('hello world');
hello world
Your apostrophes are wrong. How did you generate them? Here is your version:
disp (hello world);
Invalid text character. Check for unsupported symbol, invisible character, or pasting of non-ASCII characters.

Error in connector.internal.fevalMatlab

Error in connector.internal.fevalJSON
You could also use double quotes: " "

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by