How can I plot a lot of data sets quickly?

9 Ansichten (letzte 30 Tage)
Tyler S
Tyler S am 5 Okt. 2021
Beantwortet: Rik am 5 Okt. 2021
The way I am currenlty coding is indivudually writing out every plot for all x & t variable for all 14 data sets that I have for a spring-mass damping system. Graphing displacement over time, but for 14 trials. Is there an easier way to plot all 14 runs rather than writing out each time "plot(t1,x1); plot(t2,x2).....etc."

Antworten (1)

Rik
Rik am 5 Okt. 2021
Make sure you load the data to an array instead of numbered variables. That way you can use a simple for loop and indexing.

Kategorien

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

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by