Matlab online cannot save values smaller than 10^-20
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
I am trying to use the Boltzman constant (k = 1.38e-23) in an equation, but I keep finding that I am unable to use a variable of this size when saving it. Through guess and check, it seems like matlab cannot save variables smaller than 10^-21 or so.
I am not trying to do any math on this variable yet, just save it, and it seems like an error is still occuring as you can see in the screenshot below (see variable k has a different value than the one I assigned).

I have looked at the links below but they all seem to suggest that Matlab should be able to handle numbers of this size:
I am using Matlab online, could this be the issue? Or is there some hidden setting that changes the number of bits used?
1 commentaire
the cyclist
le 26 Nov 2019
I got
k = 1.38e-23
k =
1.3800e-23
both online and locally.
Réponses (1)
Neil Foxman
le 26 Nov 2019
0 votes
Cette question est clôturée.
Communautés
Plus de réponses dans Distance Learning Community
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!