From: ade77 on
For example I have a cell array :

A = {'you' 'me' 'go' ' ' 'give'}, this cell array has a many empty string (''), what will be the best option to remove this empty string.

Thanks for any hint