Limit value to a function
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Stephen23
el 16 de Nov. de 2022
y = min(1750,y)
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
