How to plot multiple time series cell arrays as a shadowed area
Mostra commenti meno recenti
Hi guys!
I have the following cell data (each column represents a different algorithm for comparison; each row represents a experiment run):

* The data is attached.
Using this code:
figure
hold on
cellfun(@plot,mutation1)
I get this plot:

Question 1: How can I represent each column of data in a specific color in the plot using the code above?
Three columns have constant data (single lines: purple, blue and green). Two columns have data with small variations (the other two multicolored lines on the graph).
Question 2: Would it be possible to represent these two multicolored lines (which are made up of a series of other lines) as a shaded area with a middle line?
Thank you very much!
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Data Distribution Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



