matlab中strcmpi函数的使用

Matlab中strcmpi函数的作用是Compare strings ignoring case,与strcmp函数功能类似,只是比较字符串不区分大小写。

你可能感兴趣的:(matlab)