Saving text and data to an excel file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jenny
el 16 de En. de 2014
Respondida: Friedrich
el 16 de En. de 2014
If I have the following text and data:
a = {'N', 'NE', 'E'};
b=[1 2 3];
How to I save the text and data as a 2 x 3 matrix to an excel file?
N E S
1 2 3
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Text Files en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!