use pcode to regenerate
Show older comments
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
Accepted Answer
More Answers (1)
Mehmet Ali Öner
on 8 Nov 2019
0 votes
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 Comment
Walter Roberson
on 8 Nov 2019
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.
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!