10+20*3
x=4;
x
who
sqrt(4)
x=0:0.1:3.1;
plot(x,sin(x))
commnd line>> の窓で、
test.mのあるディレクトリに移動する。
commnd line>>cd /home/octave
>>> test
実行結果:
ans = 70
x = 4
Variables in the current scope:
ans x
ans = 2
となった。