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!
