プログラムのコマンドなんて忘れやすいもの・・・いっそのことネット上に保存してシェアしましょう!! It's easy to forget command for MATLAB in programming.... Let's share small help for Matlab code with you on the web!!
2010年9月30日木曜日
棒グラフ色々 Several bar graphs
Y = round(rand(5,3)*10); subplot(2,2,1) bar(Y,'grouped') title 'Group' subplot(2,2,2) bar(Y,'stacked') title 'Stack' subplot(2,2,3) barh(Y,'stacked') title 'Stack' subplot(2,2,4) bar(Y,1.5) title 'Width = 1.5'
0 件のコメント:
コメントを投稿