随便举个例子:clear all;clc;a=[1 2 3 4 5 3 2 5 2 1 5 4 3 2];id=find(a==max(a));b=a(id)idb = 5 5 5id = 5 8 11
返回的y是最大数的位置,x是最大值