SRIE算法保存为.p文件,无法在octave中运行。
How do I run a Matlab P-file in Octave?
You can't. Matlab P-files (files with a
.p
file extension), also known as P-code, are 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.
https://wiki.octave.org/FAQ#How_do_I_run_a_Matlab_P-file_in_Octave.3F
网友评论