主成分分析法matlab函数我直接复制粘贴到matlab中了.为什么出现下列问题.Cannot find an exact (case-sensitive) match for 'CORRCOEF'The closest match is:corrcoefin D:\matlab\toolbox\matlab\datafun\corrcoef.mError in cwfac (line 4

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/06 18:39:48
主成分分析法matlab函数我直接复制粘贴到matlab中了.为什么出现下列问题.Cannot find an exact (case-sensitive) match for 'CORRCOEF'The closest match is:corrcoefin D:\matlab\toolbox\matlab\datafun\corrcoef.mError in cwfac (line 4
xOkAƿ\ m.i\& ]΄ic4])MR0$bZt1]_f$q7{< s8 o)n~҃:,`qg>v'áG7rTp$vGpOi?!!TKJ  Ǐ9&nš5P WVW+/^a<1e Qlq`ioQzE\KP)$e,jf"\SȲ~43 "4"ɯ#IG5.J *F4x4韘~jg`c]O~UK ,27<JU;J~UZ̍}˰vѶ>v`t6!z&zpkYbg*h[nZo^ў|8SsUBߜ6obj;Y^$E

主成分分析法matlab函数我直接复制粘贴到matlab中了.为什么出现下列问题.Cannot find an exact (case-sensitive) match for 'CORRCOEF'The closest match is:corrcoefin D:\matlab\toolbox\matlab\datafun\corrcoef.mError in cwfac (line 4
主成分分析法matlab函数我直接复制粘贴到matlab中了.为什么出现下列问题.
Cannot find an exact (case-sensitive) match for 'CORRCOEF'
The closest match is:corrcoef
in D:\matlab\toolbox\matlab\datafun\corrcoef.m
Error in cwfac (line 4)
std=CORRCOEF(vector) %计算相关系数矩阵
Error in cwprint (line 8)
result=cwfac(v1);

主成分分析法matlab函数我直接复制粘贴到matlab中了.为什么出现下列问题.Cannot find an exact (case-sensitive) match for 'CORRCOEF'The closest match is:corrcoefin D:\matlab\toolbox\matlab\datafun\corrcoef.mError in cwfac (line 4
找不到CORRCOEF函数,与其最接近的是corrcoef函数,请注意matlab大小写敏感,查看你代码是否正确引用函数名