Transferring data (many decimals) from Matlab to excel
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello everybody, I have a question regarding transfer of data from matlab to an excel sheet.
I have many tables with a huge amount of data consisting of numbers with many decimals. I want to transfer those to excel. If I copy paste it, excel puts a . every 3 decimals instead of where the , should actually be.
Example: 1.510035138631854 gets converted to --> 151.003.513.863.185 in excel, where it should be 1,510035138631854
Does anyone have an idea on how to fix this problem? I am working on a Mac and with MatlabR2024a.
Thanks so much in advance :)
1 commentaire
Stephen23
le 24 Mai 2024
"Does anyone have an idea on how to fix this problem?"
Do not copy-and-paste table/numeric data. Export using WRITETABLE.
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!