Solve 1D equation in simulink
Show older comments
Hi,
I am managed to solve the 1D equation using a Matlab function using vpasolve function with syms, but now I would like to solve it in Simulink. I realized that one way is to use call it with extrinsic function after calling MATLAB function in Simulink but it will slow down my program.
https://www.mathworks.com/matlabcentral/answers/490038-function-syms-not-supported-for-code-generation#answer_419751extrinsic function.
I would like to know if there are other way that I could solve the equation (quadratic, exponential equation) in Simulink without slowing down my program.
Thank you.
Accepted Answer
More Answers (0)
Categories
Find more on Discontinuities in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!