| Contents | Index |
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'
'spmd'
'switch'
'try'
'while'genvarname | is* | isvarname
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |