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

조회 수: 5 (최근 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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by