use pcode to regenerate

12 次查看(过去 30 天)
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

采纳的回答

Walter Roberson
Walter Roberson 2011-2-22
I gather that NeuronIQ is a package you downloaded? If so, then you could ask the authors to regenerate their pcode files. I would not expect that they will (as otherwise they probably already would have), but they might .
You can only regenerate pcode when you have the original .m file . If you do, then you would use
pcode getrmip
to regenerate it. If you do not have the source, all you can do is ask the people who do have the source. Or you could just live with the warning. Or you could turn off that particular warning.
  3 个评论
Kiranraddi morab
Kiranraddi morab 2013-1-14
编辑:Walter Roberson 2017-4-5
i also getting the same warning while reading the HIAT tool for hyperspectral image loading . i'm using R2012a please help me .
Thanks & regards
KIranraddi M
Jan
Jan 2013-1-14
@Kiranraddi: If you get exactly the same warning in a very similar situations, the already given answer matches your question also. So is there anything left to say?

请先登录,再进行评论。

更多回答(1 个)

Mehmet Ali Öner
Mehmet Ali Öner 2019-11-8
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
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by