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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -