use pcode to regenerate
显示 更早的评论
Hello,
I'm just starting with matlab, and I feel a little lost. I tried to use NeuronIQ on matlab, but it says "Warning: The P-code file getrmip.p was generated prior to MATLAB version 7.5 (R2007b) and will not be supported in a future release. Use pcode to regenerate getrmip.p using MATLAB R2007b or later." I'm using Matlab R2010b. What shall I do?
Thanks in advance all the best Laurence
采纳的回答
更多回答(1 个)
Mehmet Ali Öner
2019-11-8
0 个投票
Hello there. I get the following error message. What should I do? Please help me. My Matlab version (R2018b)
The P-code file C:\Users\aa05042\Desktop\lsbstegoprote\hidebits.p was generated prior to MATLAB version
7.5 (R2007b) and is no longer supported. Use pcode to regenerate the file using MATLAB R2007b or later.
Error in test_main (line 19)
[Irec] = hidebits(I,message);
1 个评论
Walter Roberson
2019-11-8
The source code for that particular software package is only available upon payment of a fee.
There are some businesses which make their money by finding common student projects and creating an implementation of the project and offering to sell the source code to students. Some of the businesses emphasize that they sell example implementations for the students to "study", but others are in the business of selling hand-in-ready projects (which most universities would consider academic dishonesty with punishments that can reach as high as expulsion).
The organization that created the code you are looking at: I don't know that they fall into either of the above categories, but I would say that the portions I looked at were much the kind of code that I would expect to be produced by an organization which was deliberately selling implementations to students.
类别
在 帮助中心 和 File Exchange 中查找有关 Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!