Octarveの使い方メモ...部分的にピックアップ
plot(x,y,'r-',x_,y_,'b-');
subplot()
hist()
axis()
rand(m,n); randn(m,n);
x=-4:0.1:4; y=normpdf(x,mean,sigma);
exit
quit