plotting a vector versus a time
Ältere Kommentare anzeigen
hai all, i have a matrix with me. I need to plot one row corresponding to one time. I have tried as below
for i=1:N plot(time(i),matrix(i,:)); end
but i got a blank plot...so guys plz help me to plot this. regards
Antworten (2)
Perhaps:
plot(time, matrix.')
Currently we can only guess. Some example data would calrify your question.
Kategorien
Mehr zu Polar Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!