how can I prevent dashed line to become continuous line?

4 visualizzazioni (ultimi 30 giorni)
Hi everyone, I am interested in plotting a dashed line. However, due to the large data points that I have in a plot, some part becomes dashed line and some continuous line. How can I solve this problem?I attached you the plot.

Risposte (1)

Walter Roberson
Walter Roberson il 5 Set 2016
You would have to filter your data to use fewer points.
For example you might do a spline fit on the data and then interpolate the spline at fewer points.

Categorie

Scopri di più su Splines in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by