InterviewSolution
Saved Bookmarks
| 1. |
There are a few commands, in MATLAB, which can be used by ignoring the cases.(a) True(b) FalseI have been asked this question in final exam.This interesting question is from Spelling Error in portion Troubleshooting of MATLAB |
|
Answer» RIGHT option is (b) False The explanation: All the commands, predefined in MATLAB, are in lowercase and they cannot be called by uppercase letters. Hence, the above STATEMENT is false. |
|