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!