Calling some MATLAB function with suppressed outputs
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Marko Gulin
el 11 de Mayo de 2015
0 votos
Categorías
Más información sobre Whos en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!