3dbar chart of columns of data
    1 回表示 (過去 30 日間)
  
       古いコメントを表示
    
I have my x values stored under x, which is a single column with 400 rows.
Then my y is 6 columns of 400 rows
How can I get 6 bars corresponding to each row, but 3d style so they do not overlap one another?
0 件のコメント
回答 (1 件)
  Star Strider
      
      
 2016 年 12 月 16 日
        Use the bar3 function.
5 件のコメント
  Star Strider
      
      
 2016 年 12 月 16 日
				Try adding these lines after you plot the figure:
axis square
view([135 20])
Experiment with the view arguments to get the result you want.
参考
カテゴリ
				Help Center および File Exchange で Annotations についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

