Save a data in .xls
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sérgio Querido
il 10 Mag 2015
Modificato: Sérgio Querido
il 10 Mag 2015
I need to save a data in .xls spreadsheet but in the end it doesn't keep the same as you can see in photos.


The code used :
filenamewrite10=[filename1,'_timemotion_2',ext]
dlmwrite(filenamewrite10,timemotion1,'delimiter','\t','precision',4);
how can i fix this?
2 Commenti
Geoff Hayes
il 10 Mag 2015
Sérgio - what happens if you increase the precision scalar from 4 to something larger? What do you observe in the text file after the increase?
Risposta accettata
Image Analyst
il 10 Mag 2015
Try getting rid of the 'precision' input, or else use xlswrite() instead of dlmwrite().
1 Commento
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Text Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!