Lecture4 Octave Introduction
Lecture4 Octave Introduction
However, if you know what you want to do, but not the function name, use the
command “lookfor xxx”, where xxx is the text you are looking for.
This looks through the descriptions of all the functions, and returns a list of
possible functions to use.
At this stage, you can use the help function to get details on using a specific
function.
outputs '3' and "Blast Off" as lines "disp (2);" and "disp (1);" won’t be executed.
The block comment markers must appear alone as the only characters on a line
(excepting whitespace) in order to be parsed correctly.