刚才装遗传算法工具箱的时候,不小心把..\toolbox\general这个文件夹给删除了,从别人电脑上拷过来相同文件夹添加进去之后,help命令就没法使用了:
help plot
??? Attempt to execute SCRIPT computer as a function.
Error in ==> ispc at 10
result = strncmp(computer,'PC',2);
Error in ==> help at 75
if ispc && nargin>0 && length(topic)>0 && topic(length(varargin{1})) == ':'
看不懂什么意思,在网上也找不到相关的资料:@L ,请问是什么原因啊?