Filter löschen
Filter löschen

How do I plot a column vector like row number # vs row # value

6 Ansichten (letzte 30 Tage)
Jacob Savona
Jacob Savona am 3 Mär. 2015
Kommentiert: Image Analyst am 20 Aug. 2015
say the column vector is
N=round(3+rand(1)*6);
H=round(3+rand(1)*6);
D=zeros(N,1);
D(:,1)=H;
  2 Kommentare
Jacob Savona
Jacob Savona am 3 Mär. 2015
Nevermind figured it out
Image Analyst
Image Analyst am 20 Aug. 2015
He most likely used the plot function:
plot(1:length(D), D, 'bd-');

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by