isletter.m
来自「matlab6.5」· M 代码 · 共 16 行
M
16 行
%ISLETTER True for letters of the alphabet.
% For a string S, ISLETTER(S) is 1 for letters of the alphabet
% and 0 otherwise.
%
% Character sets supported:
% PC : Windows Latin-1
% Other: ISO Latin-1 (ISO 8859-1)
%
% See also ISSPACE.
% Copyright 1984-2002 The MathWorks, Inc.
% $Revision: 5.10 $ $Date: 2002/04/09 00:33:34 $
% Built-in function.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?