three curve at different x values

I want to delete the blue curve after x=41.1. how can I do that? I would be glad if you help.

 Accepted Answer

plot(x(x<=41.1),blue_curve(x<=41.1))

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Asked:

on 7 May 2022

Commented:

on 7 May 2022

Community Treasure Hunt

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

Start Hunting!