Calling some MATLAB function with suppressed outputs
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Marko Gulin
il 11 Mag 2015
0 voti
Categorie
Scopri di più su Whos in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!