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

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 日

0 投票

Do you mean:
result = [row column];

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeInterpolation of 2-D Selections in 3-D Grids についてさらに検索

質問済み:

2014 年 7 月 10 日

コメント済み:

2014 年 7 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by