How can I plot a lot of data sets quickly?

9 views (last 30 days)
Tyler S
Tyler S on 5 Oct 2021
Answered: Rik on 5 Oct 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."

Answers (1)

Rik
Rik on 5 Oct 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.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!