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!
