number formatting - How to store exponential values (1.3e12) and normal values(1.3) in the same matrix in matlab? -
i have file consisting of values ranging 0.1 1.3e12. have been trying store in same array not working. can help?
the numbers 0.1 , 1.3e12 both stored in floating point data type. double
type default storing either of these in matlab. answer yes can store them in same matrix.
what actually referring way numbers formatted viewing. please have @ documentation format
Comments
Post a Comment