Prev: converting from dataset (statistics toolbox) to cell array
Next: problem assigning variables with eval - nameclash with existing functions
From: ade77 on 1 Jul 2010 09:44 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 |