|
Contents | Previous | Next | Subchapters |
function it is
interpreted as a function
.
Otherwise it is interpreted as a script.
temp.m in the
current working directory
contains the text
x = [1 2 ; 3 4];
x + x
and you enter
mlmode
temp
O-Matrix will respond
{
[ 2 , 4 ]
[ 6 , 8 ]
}