Unrecognized function or variable 'mean'.

4 views (last 30 days)
Johannes Deelstra
Johannes Deelstra on 24 May 2020
Commented: Walter Roberson on 24 May 2020
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 Comment
Walter Roberson
Walter Roberson on 24 May 2020
restoredefaultpath
rehash toolboxcache
if that works then
savepath

Sign in to comment.

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!