| MATLAB® | ![]() |
tf = iskeyword('str')
iskeyword str
iskeyword
tf = iskeyword('str') returns logical 1 (true) if the string str is a keyword in the MATLAB language and logical 0 (false) otherwise.
iskeyword str uses the MATLAB command format.
iskeyword returns a list of all MATLAB keywords.
To test if the word while is a MATLAB keyword,
iskeyword while
ans =
1To obtain a list of all MATLAB keywords,
iskeyword
'break'
'case'
'catch'
'classdef'
'continue'
'else'
'elseif'
'end'
'for'
'function'
'global'
'if'
'otherwise'
'parfor'
'persistent'
'return'
'switch'
'try'
'while'![]() | isKey (Map) | isletter | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |