Represent Simulink Integrator block as Matlab Function
46 views (last 30 days)
Show older comments
Hi.
I need to implement the following behavior :

The Integrator and my_Integrator blocks have to be equivalent I/O.
How should I write the Matlab Function ?
Thanks for any reply.
Accepted Answer
Ryan G
on 4 Dec 2012
As this looks like a homework problem, I can't answer directly. However I will point you in the direction of persistent variables.
0 Comments
More Answers (4)
Azzi Abdelmalek
on 7 Dec 2012
Edited: Azzi Abdelmalek
on 8 Dec 2012
I don't know why do you need this, maybe if you explain exactly what you need, there is better way
Guy Rouleau
on 5 Dec 2012
This is not a good idea. The MATLAB function is not designed for this purpose.
1 Comment
Edward Rodriguez
on 10 Aug 2020
Excuse me, so, What would be a good idea to implement numerical integration methods in blocks in Simulink?
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!