How to make this a real number

Hello,
My MatLab code outputs this 1.3357e+03 and I think this can be converted to a number like 1335.7.
I would like the MatLab function that will help me convert it.
Thanks for your help.

 Accepted Answer

x=1.3357e+03;
out=sprintf('%.1f',x)

Products

Asked:

on 30 Nov 2012

Commented:

on 20 Dec 2022

Community Treasure Hunt

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

Start Hunting!