1.

The nargoutchk command limits the length of which cellular array?(a) varargout(b) i(2)(c) random(69)(d) laplace(s)I got this question during an interview for a job.Asked question is from Commands for Parsing Input and Output topic in division MATLAB Programming of MATLAB

Answer»

The correct choice is (a) varargout

The explanation: The varargout command allows 1*N outputs to be asked from the function where it is situated. But the nargchkout command RESTRICTS the total number of outputs that can be SOUGHT from the function. So it REALLY puts a limit to the VALUE of N. Hence, the correct option is varargout.



Discussion

No Comment Found

Related InterviewSolutions