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!