Many many functions in a plot?
Mostra commenti meno recenti
I have a "for" cycle in which for every repetition I end up with a vector of which I have to compute and plot the empirical distribution function. If I have for example 500 repetitions, how can I plot all of them in the same figure? They are all defined on the interval [0,1] and take value, obviously, in [0,1].
1 Commento
Rik
il 2 Ott 2019
You can use hold on, but with increasing numbers of plots, the performance of Matlab will decrease and so will the usefulness of your plot.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Exploration and Visualization 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!