Calling some MATLAB function with suppressed outputs
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Marko Gulin
am 11 Mai 2015
0 Stimmen
Kategorien
Mehr zu Whos finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!