Marco83
Mechanical
- Jun 21, 2006
- 8
I have a problem saving a cell array.
r is a cell array organized as a column containing vectors of different length.
I tried to use the command:
dlmwrite('r.m',r)
but Matlab says that it cannot convert it into a matrix.
I understand the problem but I don't know how to solve it.
Thanks
r is a cell array organized as a column containing vectors of different length.
I tried to use the command:
dlmwrite('r.m',r)
but Matlab says that it cannot convert it into a matrix.
I understand the problem but I don't know how to solve it.
Thanks