1.

The feval command can evaluate __________(a) A single command(b) Multiple commands(c) Multiple functions(d) No such function existsThe question was posed to me in my homework.My query is from Evaluation topic in chapter MATLAB Programming of MATLAB

Answer»

Right CHOICE is (a) A single command

The best I can EXPLAIN: The input STRING argument to the feval command should contain only 1 command. If we GIVE multiple commands to be evaluated, it will give an error.



Discussion

No Comment Found

Related InterviewSolutions