Clear Filters
Clear Filters

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

1 view (last 30 days)
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

Accepted Answer

José-Luis
José-Luis on 10 Jul 2014
Do you mean:
result = [row column];

More Answers (0)

Community Treasure Hunt

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

Start Hunting!