Importing text to cell, avoid conversion to scientific notation
Mostra commenti meno recenti
I'm wondering how I can import a tab delimited text file into a cell without having it convert to scientific notation.
1 Commento
The standard MATLAB file-reading functions read data with the full double precision, and do not "convert to scientific notation". When data is displayed in the command window it is often shown in scientific notation, but this is not the same thing as how it is stored. You can use format to change how numeric values are displayed.
Summary: displaying numeric variables is a different topic to how they are stored.
Risposta accettata
Più risposte (1)
Thorsten
il 26 Ott 2015
0 voti
You can use dlmread for this task.
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!