importdata only gives me 4 digits of accuracy how do I change

importdata only gives me 4 digits of accuracy how do I change the format to get 5 digits to the right of the decimal point?

 Accepted Answer

I think you still have your accuracy, it is just displaying 4 digits. You can test then by writing a text file with one of your numbers.
On the Home tab, in the Environment section, click Preferences. Select MATLAB > Command Window,and change Numeric format from "short" to "long". Then you should see all your decimal digits, not just an abbreviated form.

2 Comments

Use the format function to easily change it in a script or the Command Window.

Sign in to comment.

More Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Products

Tags

Community Treasure Hunt

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

Start Hunting!