print a cell array as .txt in Matlab (2)

Hello all,
How can I print the element of a 1x8 cell array having elements of 1x300 double into a text file?
Thanks.

 Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 28 Mar 2014
M=cell2mat(A');
dlmwrite('file.txt',M)

Plus de réponses (0)

Catégories

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by