Matlab returns values as
1.0e+04 *
[matrix here]
some of the values inside the matrix are 0.1981, 0.5765, etc…
How to get the answer in this representation
1981, 5765, etc… instead of 1.e+04 *
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Change the format. Try
and then check your output. There are other format options you can use if this is not what you want http://www.mathworks.co.uk/help/techdoc/ref/format.html