- Using model callbacks : You can call the optimization script to update the gain values in a callback function.
- Using MATLAB Fcn block : You can define custom functionality of the optimization in SImulink using a MATLAB Fcn block. Note that the MATLAB Fcn block can only utilize MATLAB language features that are supported for C/C++ code generation. In such a case, you can define your custom function as coder.extrinsic.
How to run .m file script from Simulink(eg.slx) and results of script should update in same Simulink(eg.slx) file
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone,
I have an optimisation algorithm in which it will find the best PID gain values for the given system,As of now the script is runing first and then the results are obtained. I want to call this script from a simulink were i kept my pid controller and the values should updated in the same simulink pid blocks.
0 commentaires
Réponses (1)
Salman Ahmed
le 11 Oct 2021
Hi Alex,
You can try the following to run your MATLAB script in Simulink:
0 commentaires
Voir également
Catégories
En savoir plus sur PID Controller Tuning dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!