HINT - MatLab's max function can find not only the maximum value ofa vector but also the index at which the value can befound: [maxValue,maxIndex] = max(V)
確定! 回上一頁