Filter löschen
Filter löschen

how can I prevent dashed line to become continuous line?

2 Ansichten (letzte 30 Tage)
Parham Babakhani Dehkordi
Parham Babakhani Dehkordi am 5 Sep. 2016
Beantwortet: Walter Roberson am 5 Sep. 2016
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.

Antworten (1)

Walter Roberson
Walter Roberson am 5 Sep. 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.

Kategorien

Mehr zu Splines finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by