Calling some MATLAB function with suppressed outputs
Afficher commentaires plus anciens
Hello all!
Let's say that we want to call some user-defined MATLAB function as:
[x, ~, y] = my_function(inputs);
where second output of the function is suppressed. Is there any way for function my_function to know which outputs are suppressed?
Best, Marko.
Réponse acceptée
Plus de réponses (1)
Marko Gulin
le 11 Mai 2015
0 votes
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!