

InterviewSolution
Saved Bookmarks
1. |
To determine whether an input is MATLAB keyword, command is?(a) iskeyword(b) key word(c) inputword(d) isvarnameI got this question by my school principal while I was bunking the class.I'd like to ask this question from Input and Output topic in section MATLAB Basics of MATLAB |
Answer» CORRECT option is (a) iskeyword To EXPLAIN I would say: Command iskeyword uses the MATLAB command FORMAT. iskeyword returns a list of all MATLAB keywords. It gives output in the form of 1 and 0. |
|