Hi!!! I have a N-dimensional matrix. I want to convert into vector by discarding the decimal values less the 0. Please provide matlab code for this. Thank you

조회 수: 2 (최근 30일)
Hi!!! I have a N-dimensional matrix. I want to convert into vector by discarding the decimal values less the 0. Please provide matlab code for this. Thank you

채택된 답변

Roger Stafford
Roger Stafford 2018년 2월 26일
Let M be your matrix.
M = M(M>=0);
  댓글 수: 3
SHWETA KHARA
SHWETA KHARA 2018년 2월 26일
Hey!! I am getting column wise.. how to get all values in 1 row

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numeric Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by