码迷,mamicode.com
首页 > 其他好文 > 详细

MATLAB的minmax用法

时间:2018-07-07 00:25:10      阅读:300      评论:0      收藏:0      [点我收藏+]

标签: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

MATLAB的minmax用法

标签:html   获取   sha   highlight   question   mat   sharp   最大值   atl   

原文地址:https://www.cnblogs.com/litthorse/p/9275921.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!