t = any(isnan(X),2);. will return you a column vector of logicals in which each element is true if the corresponding row of X contains a NaN ...
確定! 回上一頁