arrange the values in an array
Mostrar comentarios más antiguos
I have an array A(80 rows and 5 columns). I want to export it as a table to microsoft word as the values in A (i:i+4,j)are placed in one cell with no cell line between them. Not sure if it's possible in Matlab.
3 comentarios
Andrei Bobrov
el 29 de Abr. de 2011
Hi Hassan, in this case i = 1: size (A,1) -4, is not it?
Hassan
el 29 de Abr. de 2011
Andrei Bobrov
el 29 de Abr. de 2011
agree or Excel or textfile.txt
Respuesta aceptada
Más respuestas (1)
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!