行列(列ベクトル)の値をグラフ化
    8 views (last 30 days)
  
       Show older comments
    
512×1の行列の値をグラフ化したいです。 y軸に行番号)x軸に要素の数値をプロットして線で繋いだグラフを表示したいです。
例えば、
1
345
457
53
987
・
・
という要素だと、(1.1),(345,2),(457,3)(53,4)(987,5)といったようにプロットしたいです。
どのようなコマンドがあるでしょうか。
2 Comments
  Jiro Doke
    
 on 19 Oct 2017
				上の文章と例が一致しないようです。y軸に行番号でx軸に値ですと、
(1,1) (345,2) (457,3) (53,4) (987,5)
というグラフになるのではないでしょうか。
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on ライン プロット in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

