필터 지우기
필터 지우기

removing zeros from column

조회 수: 2 (최근 30일)
sermet
sermet 2015년 8월 4일
답변: Al Dente 2015년 8월 4일
A=[1;2;2;0;0;3;0;0];
%I need to remove all "0" in A matrix then I need to create a matrix without "0" like; [1;2;2;3]

채택된 답변

Al Dente
Al Dente 2015년 8월 4일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by