8
edits
Carandraug (talk | contribs) (Add note on how to load package at startup and how to load all packages) |
No edit summary |
||
Line 646: | Line 646: | ||
Consider carefully if your problem really needs more precision. Often if you're running out of precision the problem lies fundamentally in your methods being [http://en.wikipedia.org/wiki/Numerical_stability numerically unstable], so more precision will not help you here. If you absolutely must use arbitrary-precision arithmetic, you're at present better off using a CAS instead of Octave. An example of such a CAS is [http://sagemath.org Sage]. | Consider carefully if your problem really needs more precision. Often if you're running out of precision the problem lies fundamentally in your methods being [http://en.wikipedia.org/wiki/Numerical_stability numerically unstable], so more precision will not help you here. If you absolutely must use arbitrary-precision arithmetic, you're at present better off using a CAS instead of Octave. An example of such a CAS is [http://sagemath.org Sage]. | ||
==How do I run a Matlab P-file in Octave?== | |||
You can't. Matlab P-files, also known as P-code, are [https://en.wikipedia.org/wiki/Obfuscation_%28software%29 obfuscated] files than cannot be run outside Matlab itself. | |||
Matlab P-files will ''never'' be supported in Octave, since there is no publicly-available algorithm to decode them (it wouldn't be obfuscation if there were one). | |||
=Common problems= | =Common problems= |
edits