フィルターのクリア

How to delete a part of a curve?

9 ビュー (過去 30 日間)
Radhika Bakshi
Radhika Bakshi 2021 年 11 月 24 日
回答済み: Yongjian Feng 2021 年 11 月 24 日
I want to delete parts of this curve in order to get the regions in which a particular compound is stable. How do i delete the red and blu lines upto the shown point and the green line after the point.

回答 (1 件)

Yongjian Feng
Yongjian Feng 2021 年 11 月 24 日
Can you find the point? If you know the point (say t1), then you can have
T1 = linspace(t1, 1500, 100);
T2 = linspace(300, t1, 100);
plot(T2, m1);
plot(T2, m3);
plot(T1, m2);
Is this what you want?

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by