Borrar filtros
Borrar filtros

How to get positive and negative area under the curve separately in simulink ?

6 visualizaciones (últimos 30 días)
I got the following output in simulink. I want seperate the positive and negative area under the curve separately and also want to colour it with diffrent colours.

Respuesta aceptada

Mathieu NOE
Mathieu NOE el 29 de Jun. de 2021
hello
see on FEX :
save your simulink data as array to the workspace and use the climanomaly function
exemple :
x = 1:.1:20;
y = sin(x);
ref = 0;
figure
climanomaly(x,y,ref);
  10 comentarios
Swaraj Shevgan
Swaraj Shevgan el 5 de Jul. de 2021
Hello,
Thank you very much . This will help me alot in my simulation.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Physical Units en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by