Increase MATLAB precision without using vpa or sym
Ältere Kommentare anzeigen
Is there any way to increase MATLAB's precision (E-16) without using vpa or sym? This is, without modifying the existing code?
Antworten (1)
John D'Errico
am 24 Apr. 2018
1 Stimme
No.
Well, you could use my HPF toolbox, but that too would require mods to your code.
You cannot simply tell MATLAB to use a higher precision. Double precision is all you get. If you need more than that, then you need to use tools that can give you higher precision. Or learn to write code that does not need higher precision. That is the stuff of numerical analysis courses and textbooks, of much of applied mathematics.
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!