Matlab矩阵查找

来源:互联网 发布:java毕向东视频 编辑:程序博客网 时间:2024/06/06 19:44
find(x)
find(A==a)
find(A>a)
find(A>a,n);A为目标矩阵,a为要查找的数,n为查找的个数,返回位置
0 0