使用simulink求解积分问题
Mostrar comentarios más antiguos
Respuestas (1)
Aditya
el 13 de Sept. de 2023
0 votos
Hi Hao,
As per my understanding you want to solve integration problems using Simulink. For calculating integrals in Simulink, You can utilize the built-in 'int' function provided by MathWorks. Additionally, if you wish to incorporate MATLAB integration capabilities within Simulink, you can employ the MATLAB Function Block available in Simulink.
To obtain more detailed information on these topics, I recommend referring to the following documentation:
- https://www.mathworks.com/help/symbolic/integration.html
- https://www.mathworks.com/help/simulink/matlab-function-block.html
These resources will provide you with comprehensive explanations, examples, and usage instructions for calculating integrals using MathWorks and incorporating them into Simulink.
Hope this helps!
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!