标签:html 获取 sha highlight question mat sharp 最大值 atl
minmax()函数用于获取数组中每一行的最小值和最大值
>> x = magic(4) x = 16 2 3 13 5 11 10 8 9 7 6 12 4 14 15 1 >> minmax(x) ans = 2 16 5 11 6 12 1 15
来自https://zhidao.baidu.com/question/558785052.html
标签:html 获取 sha highlight question mat sharp 最大值 atl
原文地址:https://www.cnblogs.com/litthorse/p/9275921.html