How to concatenate cell array with blank
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi, can anyone help me in concatenating below cell array
{'ob' '^b' [] '$b'}
so that output will be
{'ob' '^b' '$b'}
this is an dynamic output so i could not identify the exact position of blank. Is there any simple method available otherwise i have to use a loop to identify the blank.
댓글 수: 0
채택된 답변
추가 답변 (2개)
Karthik KJ
2012년 5월 26일
댓글 수: 1
Oleg Komarov
2012년 5월 26일
~ is the negation operator.
try in your command window:
~index
index
Then it should be clear what to use to get 'mean'.
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!