three curve at different x values

2 ビュー (過去 30 日間)
Leia
Leia 2022 年 5 月 7 日
コメント済み: Leia 2022 年 5 月 7 日
I want to delete the blue curve after x=41.1. how can I do that? I would be glad if you help.

採用された回答

Torsten
Torsten 2022 年 5 月 7 日
plot(x(x<=41.1),blue_curve(x<=41.1))
  1 件のコメント
Leia
Leia 2022 年 5 月 7 日
Thank you, it worked!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by