disp(‘hello world’);

조회 수: 34 (최근 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 CenterFile Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by