
Ibrahim M. answered 03/03/23
PhD in Mechanical Engineering with 8 Years of MATLAB coding experience
Hello,
MATLAB uses 16 digits of precision by default, although only 4 appear in your workspace space. Try typing "format long" on your command line and pressing "enter". Now, if you print out a variable from your workspace you'll see more decimal places.
Hope this helps!
Ibrahim