I have a variable with nested cells:
hello =
'8' {1x3 cell} {1x3 cell}
'22' {1x3 cell} {1x3 cell}
'97' {1x3 cell} {1x3 cell}
How do I write this into a single Excel file using MATLAB, e.g. xlswrite('file',hello)
?