Simulink use user-defined functions
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Vit Valek
le 14 Juin 2018
Réponse apportée : Gayatri Menon
le 27 Juin 2018
Hi,
is possible to call functions (user-defined functions) from Simulink blocks? For example
function y = myadd(u,v) %#codegen
y = sqrt(u+v);
end
I do not wanna rewrite functions to S-function or use some MATLAB functions. I want to take function and call them from Simulink block.
Thanks!
Vit
0 commentaires
Réponse acceptée
Gayatri Menon
le 27 Juin 2018
Hi,
Could you check out MATLAB Function block? Please refer the below documentation for more details:
Hope this helps.
Thanks
Gayatri
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulink Functions 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!