'Trapz' equivalent in Simulink??
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I've a graph for which I have to find area under the curve. I tried to copy the graph plot points on Matlab workspace and used function "trapz" to find the area.
Is there anyway I can do the same work as done by trapz in Simulink itself?
Thanks in advance,
0 Kommentare
Antworten (1)
Subhra Saha
am 2 Okt. 2015
You can use Interpreted MATLAB Function block which applies the specified MATLAB® function or expression to the input. You can specify trapz function in Parameters and Dialog Box. For more information refer to the link below:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!