

InterviewSolution
Saved Bookmarks
1. |
The eval command can evaluate __________(a) A single function(b) Only a single command(c) The function does not exist(d) Multiple commandsThe question was posed to me during an online exam.My doubt stems from Evaluation topic in chapter MATLAB Programming of MATLAB |
Answer» RIGHT choice is (d) MULTIPLE commands For EXPLANATION I would say: The eval command can evaluate multiple commands at the same TIME and show their answer but it cannot assign to VARIABLES. |
|