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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 NaNs 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by