1.

The ode45 takes the function as ___________(a) Simple input argument(b) String argument(c) Input argument(d) Function argumentThe question was posed to me in an international level competition.This interesting question is from Differentiation topic in portion Beyond the Basics of MATLAB

Answer»

The correct choice is (b) String ARGUMENT

Best explanation: The SYNTAX of the ode45 solver is inbuilt in MATLAB. It takes the function as a string argument. The diff() command takes the function as a SIMPLE input argument.



Discussion

No Comment Found

Related InterviewSolutions