FAQ: Difference between revisions
Jump to navigation
Jump to search
Correct spelling error
(→Common problems: Add "Octave does not start" section.) |
(Correct spelling error) |
||
Line 494: | Line 494: | ||
==How do I run a Matlab P-file in Octave?== | ==How do I run a Matlab P-file in Octave?== | ||
You can't. Matlab P-files (files with a <code>.p</code> file extension), also known as P-code, are [https://en.wikipedia.org/wiki/Obfuscation_%28software%29 obfuscated] files | You can't. Matlab P-files (files with a <code>.p</code> file extension), also known as P-code, are [https://en.wikipedia.org/wiki/Obfuscation_%28software%29 obfuscated] files that cannot be run outside of Matlab itself. The original source Matlab m-files that were used to generate these P-files should be used in Octave instead. | ||
There are no plans to support running P-files produced by Matlab in Octave. | There are no plans to support running P-files produced by Matlab in Octave. |