Simulink : Get handle of a Matlab-Function block, inside Matlab-Function itself
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
Is there a way to get handle of a Matlab-Function Simulink block inside of the Matlab-Function itself?
Thanks!
0 commentaires
Réponse acceptée
Fangjun Jiang
le 20 Fév 2020
I would think so, just try handle=get_param(Block,'handle') where "Block" is the full path of the MATLAB function block in your Simulink model.
3 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!