フィルターのクリア

why plot line style not change?

1 回表示 (過去 30 日間)
Abu Zar
Abu Zar 2023 年 3 月 18 日
回答済み: Walter Roberson 2023 年 3 月 18 日
plot(x,y,'r--*') but not change ,i want to line both -- *

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 3 月 18 日
you are plotting only one point at a time. plot() only draws lines when there are at least two adjacent finite coordinates in a single call to plot()

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by