Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to write this cell to a csvfile?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi all, If I have a cell with contents like
{'X','Y';
1,'a';
2,'c';
3,'c'}
Now I want to convert this cell to a csvfile like below:
X,Y
1,a
2,c
3,c
How to do this using csvwrite.
0 comentarios
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!