Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to write this cell to a csvfile?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!