필터 지우기
필터 지우기

how can I prevent dashed line to become continuous line?

조회 수: 4 (최근 30일)
Parham Babakhani Dehkordi
Parham Babakhani Dehkordi 2016년 9월 5일
답변: Walter Roberson 2016년 9월 5일
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.

답변 (1개)

Walter Roberson
Walter Roberson 2016년 9월 5일
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.

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by