how to delete empty cells and save in the text file

4 次查看(过去 30 天)
sir,
The cell array C contains the following text,
C= {
'one' 'two' [] 'three' --- first row
'three' [] [] 'one' 'two' 'non' --- second row
[] [] [] 'four'}; --- third row
we want the output file is save in the text file as the following format ie., row by row delete the empty cells.
C={
'one' 'two' 'three' --- first row
'three' 'one' 'two' 'non' --- second row
'four'}; --- third row
thank you

回答(1 个)

Sreeram Mohan
Sreeram Mohan 2014-11-3
Look at a similar question being answered at the following thread
Hope this helps !!!
Sreeram
  1 个评论
Jothi
Jothi 2014-11-3
sir,
Already seen this method but, this is not a row by row deletion.
This method deletes the entire empty cells in the cell arrays.
But I want row by row deletion.
Thank you for your kind information.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Cell Arrays 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by