FAQ: Difference between revisions

Jump to navigation Jump to search
No change in size ,  8 May 2020
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 than 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.
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.
Anonymous user

Navigation menu