How to read CSV file with decimal data. Dats is comma sperated. Data that is decimal is (0.01) yeilds 0 (reads as integer I guess

2 views (last 30 days)
when the data file contains decimal data, all data past decimal point is lost. 0.04 = 0. CSVread does not work for this. TextScan and TextRead have not worked.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!