Solve 1D equation in simulink
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Discontinuities en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!