1.

The default variable in case of solve(‘f(x,y,p,a,l)’) command is __________(a) x(b) Variables near to x(c) Variables away from x(d) No default variableI had been asked this question during an interview.This intriguing question comes from Default Variables in portion Beyond the Basics of MATLAB

Answer»

Right option is (a) X

The best I can explain: Unless specified, the solve command would take x as the default variable who’s solution is being SOUGHT. If the FUNCTION did not have x as an independent PARAMETER, the default variable would’ve been variables NEAR to x.



Discussion

No Comment Found

Related InterviewSolutions