sness
blog of sness
Wednesday, October 29, 2008
octave
Executable Octave Programs
#! octave-interpreter-name -q -f # comment
plotting in octave
x = (-10:0.1:10)';
y = sin(x)
plot(y)
Newer Post
Older Post
Home