Answers for "Get only one output from a function with several ones? matlab"

0

Get only one output from a function with several ones? matlab

% this code runs in MATLAB 
% for example if anyFunction() has 3 outputs,
% then you can get second output in this way:

[~, v, ~] = anyFunction()
Posted by: Guest on January-08-2022

Code answers related to "Get only one output from a function with several ones? matlab"

Browse Popular Code Answers by Language