disp(‘hello world’);
Show older comments
disp (‘hello world’);
2 Comments
a=((hello world))
Walter Roberson
on 2 Aug 2025
That is incorrect. The function hello does not accept any input parameters, and does not return any outputs.
Accepted Answer
More Answers (1)
disp command,
disp("Hello World")
Categories
Find more on Graphics Object Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!