Info

This question is closed. Reopen it to edit or answer.

How can I run my symbolic integration m-file in Simulink?

1 view (last 30 days)
My code is as follows:
syms u v y
f = u^2 + 2*u + 3 + v
y = int(f, u, 0, 2)
2. How do I specify the output size? I always get an error saying the output size is unknown.
I used the block in Simulink that allows us to write code but I kept getting errors.

Answers (0)

Community Treasure Hunt

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

Start Hunting!