Getting handle for interpreted MATLAB function in Simulink ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Sourbh Bhadane
il 21 Mag 2015
Commentato: Sourbh Bhadane
il 22 Mag 2015
Hi,
I am building a GUI for a Simulink model that contains an Interpreted MATLAB Function block. I want to update the variables inside the MATLAB function of the Interpreted MATLAB Function block using the GUI. But I can't get the handle for the Interpreted MATLAB Function block. Any ideas on how to do this ?
0 Commenti
Risposta accettata
Anthony Poulin
il 21 Mag 2015
Hello,
How do you try to catch the handle? Using get_param($blockRoot,'handle'), I catch the handle.
Using set_param($blockRoot, 'MATLABFcn', fcnName), I can change the function in the mask of the Interpreted Matlab function.
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Functions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!