필터 지우기
필터 지우기

How to solve pcode for constell toolbox?

조회 수: 1 (최근 30일)
Ruken
Ruken 2015년 6월 10일
답변: Walter Roberson 2015년 6월 10일
Hello,
I am using Matlab2015a and I need to use constell toolbox to covert my data. However the constell toolbox which I downloaded gives below error;
Warning: The P-code file ecef2ned.p was generated prior to MATLAB version 7.5 (R2007b) and will not be supported in a future release. Use pcode to
regenerate ecef2ned.p using MATLAB R2007b or later.
Not enough input arguments. See help on ECEF2NED for details.
Returning with empty outputs.
Would be happy if anyone knows how to solve this problem.
Thanks in advance.
Ruken

채택된 답변

Walter Roberson
Walter Roberson 2015년 6월 10일
The first part is a warning and should not affect the second part in theory.
Regenerating the pcode is something the people with the original source would have to do, not something that you can do.
The second part implies that you typed
ecef2ned
or
ecef2ned()
at the command line without passing any arguments, or that some line of code does that. You can't do that: you need to pass in values.

추가 답변 (0개)

카테고리

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