min(find(A == -1)) can be replaced by find(A == -1, 1) max(find(A == -1)) can be replaced by find(A == -1, 1, 'last' )...
請先 登入 以發表留言。