Change content of Simulink Matlab Function block through console
Afficher commentaires plus anciens
First time Matlab Function block is created, it is populated with the following default implementation (one can use the editor to view and change it):
function y = fcn(u)
y = u;
Is there a way to use smth like get_param() and set_param() to change the content of this block? (I need to be able to modify function through console instead of Editor)
Réponses (1)
Paul
le 3 Oct 2023
0 votes
Catégories
En savoir plus sur Simulink Functions dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!