disp(‘hello world’);
Ältere Kommentare anzeigen
disp (‘hello world’);
2 Kommentare
a=((hello world))
Walter Roberson
am 2 Aug. 2025
That is incorrect. The function hello does not accept any input parameters, and does not return any outputs.
Akzeptierte Antwort
Weitere Antworten (1)
disp command,
disp("Hello World")
Kategorien
Mehr zu Graphics Object Programming finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
