isspace.m
来自「matlab6.5」· M 代码 · 共 13 行
M
13 行
function t = isspace(c)
%ISSPACE True for white space characters.
% For a string S, ISSPACE(S) is 1 for white space characters and
% 0 otherwise. White space characters are spaces, newlines,
% carriage returns, tabs, vertical tabs, and formfeeds.
%
% See also ISLETTER.
% Copyright 1984-2002 The MathWorks, Inc.
% $Revision: 5.9 $ $Date: 2002/04/09 00:33:34 $
% Built-in function.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?