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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -