Limit value to a function
古いコメントを表示
I have this graphic (reached with a function), but I have to limit the y value to 1750 from x values 0:0.006, how can I do it? To give you an example, this is what I have to reach
採用された回答
その他の回答 (1 件)
Stephen23
2022 年 11 月 16 日
y = min(1750,y)
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
