how to plot the results of consequent runs in one graph?

3 views (last 30 days)
hi all
i have the file b2, uploaded here. this file is created after each run. i want to plot the column under 'FOE' vs the column under 'YEARS' for each run(there are 32 consecutive runs), but all in one grah. in a for loop used it just plots the last one. how can i do that?

Accepted Answer

madhan ravi
madhan ravi on 25 Nov 2018
use hold on after plot command inside loop

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!