How to concatenate cell array with blank
6 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
More Answers (2)
Karthik KJ
on 26 May 2012
1 Comment
Oleg Komarov
on 26 May 2012
~ is the negation operator.
try in your command window:
~index
index
Then it should be clear what to use to get 'mean'.
See Also
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!