(translator=Erison, ChineseSource=Erison-20020506-6\iskeyword.html, EnglishSource=c:\matlabr12\help\techdoc\ref\iskeyword.html)
MATLAB Function Reference    
iskeyword

測試字串是否為 MATLAB 的關鍵字(keyword)

Syntax

Description

iskeyword 's' 若字串 s 是 MATLAB 的關鍵字則回傳 1;反之,則回傳 0

iskeyword 回傳 MATLAB 所有的關鍵字。

R = iskeyword('s') 若字串 s 是 MATLAB 的關鍵字則 R1;反之,則為 0

Examples

測試字串 while 是否為 MATLAB 的關鍵字:

列出 MATLAB 所有的關鍵字:

See Also

isvarname, is*


 isjava ismember