How to change the number of outputs of a MATLAB function block programmatically
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Abderahmane Abdellahi
le 12 Juin 2017
Réponse apportée : Abderahmane Abdellahi
le 16 Juin 2017
Hello
I am working on R2014a, I created a Matlab Function block using add_block , however I want to add outputs not by directly modifying the function (e.i function [out1,out2,out3] = MyFun(u)), but rather programmatically from the same way I created it.
Thanks in advance.
0 commentaires
Réponse acceptée
Dimitris Iliou
le 15 Juin 2017
There is a similar MATLAB Answers post on how to change the number of inputs programmatically. You can find that post in the following link:
Although the post refers to the input, the workflow to change the number of outputs is the same.
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!