Issue in using p file
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a .p file generated from MATLAB 7.5 version (before MATLAB 2007b). I want to use that p file in newer version of MATLAB which gives error that it is unsupported. How to resolve that?
Error: The P-code file xyz.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.""
댓글 수: 0
답변 (1개)
Jan
2021년 4월 1일
You cannot use an outdated P-file in a modern Matlab version.
Either download an old Matlab version and run the code there. Or ask the author of the code to provide an updated version of the file.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Adding custom doc에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!