Time integration function in Matlab

44 views (last 30 days)
I'm searching for a way to integrate in time on matlab, the equivalent of the integration block "1/s" on simulink. There exists a specific function?
Thanks

Accepted Answer

darova
darova on 5 Sep 2021
Use trapz if you have numerical data
Use integral for formula

More Answers (0)

Community Treasure Hunt

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

Start Hunting!