Have you defined an array called max ?
scores = [19212 56722 73336 44805 47268 ]
max(scores)
ans = 73336
If I define an array called max
max=[1:10]
max(scores)
??? Index exceeds matrix dimensions.
Check by using the which function
which max
max is a variable.
It should be
which max
built-in (C:Program FilesMATLABR2009aoolboxmatlabdatafun@logicalmax) % logical method
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…