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 で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!