Azzera filtri
Azzera filtri

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

6 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Mathieu NOE
Mathieu NOE il 29 Giu 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 Commenti

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Physical Units in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by