Unrecognized function or variable 'mean'.
显示 更早的评论
just a very simple thing trying to calcualte a mean as
for i = 1:31
b(i,:)=mean(a(24*i-23:24*i),:)
end
then i get this message: unrecognized function or variable name
1 个评论
Walter Roberson
2020-5-24
restoredefaultpath
rehash toolboxcache
if that works then
savepath
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!