Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
R2012b Production Server Compiling CTF is failing with Undefined function 'isKey' for input arguments of type 'double'
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to compile a CTF to use with Production Server with this command
mcc -W CTF:EntryGateway -U -d C:\RMAStudio\EntryGateway\for_testing -v C:\Working\Source\RMAStudio\trunk\compiled\sdk\net\Configuration.m C:\Working\Source\RMAStudio\trunk\compiled\sdk\net\EntryGateway.m –a [bunch of included files]
Here is the error I am getting this error:
Undefined function 'isKey' for input arguments of type 'double'.
Error in matlab.depfun.internal.cacheWhich (line 23)
if isKey(whichCache, name)
Error in matlab.depfun.internal.Completion/PickOutUserFiles (line 1415)
w = cacheWhich(files{i});
Error in
matlab.depfun.internal.Completion/buildInspector/@(files)PickOutUserFiles(obj,files)
Error in matlab.depfun.internal.MatlabInspector/isMatlabFile (line 225)
userFile = obj.pickUserFiles(filename);
Error in matlab.depfun.internal.MatlabInspector/evaluateSymbols (line 344)
if isempty(strfind(pathlist{k},'built-in')) &&
isMatlabFile(obj, pathlist(k))
Error in matlab.depfun.internal.MatlabInspector/analyzeSymbols (line 187)
evaluateSymbols(obj, S, F, symbol);
Error in matlab.depfun.internal.Completion/findDependentFiles (line 1103)
analyzeSymbols(inspector, symbol);
Error in matlab.depfun.internal.Completion/computeDependencies (line 234)
findDependentFiles(obj);
Error in matlab.depfun.internal.Completion/computePartsList (line 1656)
computeDependencies(obj);
Error in matlab.depfun.internal.Completion/requirements (line 1978)
parts = computePartsList(obj, false);
Error in matlab.depfun.internal.requirements (line 193) [parts, resources.products, resources.platforms] = c.requirements();
Unexpected error while determining required deployable files. Compilation terminated.
Error using mcc Error executing mcc, return status = 1 (0x1).
Any suggestions on why I am getting this error?
Bill
댓글 수: 0
답변 (1개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!