matlab - Index exceeds matrix dimensions when finding max value -
i have been trying find max value array. keep getting following error. please advise.
scores = [19212 56722 73336 44805 47268] max(scores) ??? index exceeds matrix dimensions.
you have variable called max
. try
clear max max(scores)
Comments
Post a Comment