通过函数iskeyword列出MATLAB中系统使用的关键字
>> iskeyword↙
ans = 'break' 'case' 'catch' 'classdef' 'continue' 'else' 'elseif'
'end' 'for' 'function' 'global' 'if' 'otherwise' 'parfor' 'persistent' 'return' 'spmd' 'switch' 'try' 'while'