>> help ispc
ispc - Determine if version is for Windows (PC) platform
This MATLAB function returns logical 1 (true) if the version of MATLAB software
is for the Microsoft Windows platform.
See also computer, isunix, ismac.
tf = ispc
> >帮助ispc
ispc——确定版本Windows(PC)平台
参见计算机,isunix ismac。
这个MATLAB函数返回逻辑1(真正的)如果MATLAB软件的版本
是微软Windows平台。
>> help isequal
isequal - Determine array equality
This MATLAB function returns logical 1 (true) if A and B are the same size and
their contents are of equal value; otherwise, it returns logical 0 (false).
tf = isequal(A,B)
tf = isequal(A1,A2,...,An)
> >帮助isequal
isequal——确定数组的相等性
这个MATLAB函数返回逻辑1(真正的),如果A和B大小、内容都相同;否则,返回逻辑0(假);
tf = isequal(A,B)
tf = isequal(A1,A2,…,An)
转载自原文链接, 如需删除请联系管理员。
原文链接:【matlab】 ispc && isequal 是什么含义,转载请注明来源!