saving NaN rows and columns into a array after you find them

1 回表示 (過去 30 日間)
Philip
Philip 2014 年 7 月 10 日
コメント済み: Philip 2014 年 7 月 10 日
Apologies if this is obivious After [row,column] = find(isnan(matrix)) how can the values of (row,column) be stored into an array for later use. Thanks Regards Philip

採用された回答

José-Luis
José-Luis 2014 年 7 月 10 日
Do you mean:
result = [row column];

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNaNs についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by