5个回答
展开全部
是空格还是空
空格用isspace(a)或a==' '
空用isempty(a)
空格用isspace(a)或a==' '
空用isempty(a)
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
如何判断空字符,用a==‘’
>>a='1'
>> a==''
ans =
[]
为什么不是逻辑值?
如果是
>> a={'1'}
a =
'1'
>> a==''
??? Undefined function or method 'eq' for input arguments of type 'cell'.
>> cell2mat(a)
ans =
1
>> a==''
??? Undefined function or method 'eq' for input arguments of type 'cell'.
>>a='1'
>> a==''
ans =
[]
为什么不是逻辑值?
如果是
>> a={'1'}
a =
'1'
>> a==''
??? Undefined function or method 'eq' for input arguments of type 'cell'.
>> cell2mat(a)
ans =
1
>> a==''
??? Undefined function or method 'eq' for input arguments of type 'cell'.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
a==' '
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是判断空格吗?isspace()
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询