Showing posts with label Hello World. Show all posts
Showing posts with label Hello World. Show all posts

Wednesday, November 16, 2011

Hello world code in Matlab

As per the tradition one must write a hello world program.

Write the following in other the Matlab command window or the editor.

% offering to the tiki gods
disp('hello world!');