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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -