N/A
Followers: 0 Following: 0
Feeds
답변 있음
How to remove columns from matrix?
% A(:, any(A == -1)) = [] %% Please try this. % revised 'any' to 'all'. 'any' means the columns in which there is any '-1'; ...
How to remove columns from matrix?
% A(:, any(A == -1)) = [] %% Please try this. % revised 'any' to 'all'. 'any' means the columns in which there is any '-1'; ...
9년 초과 전 | 3