求助matlab中类似于find函数的函数或者功能

2025-03-15 13:21:03
推荐回答(1个)
回答1:

find
Find indices and values of nonzero elements
collapse all in page
Syntax
k = find(X)
example
k = find(X,n)
example
k = find(X,n,direction)
example
[row,col] = find(___)
example
[row,col,v] = find(___)
example
Description