Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Reseverved Status for "CallInputString"?

조회 수: 1 (최근 30일)
David Koenig
David Koenig 2013년 3월 28일
마감: MATLAB Answer Bot 2021년 8월 20일
Yesterday I downloaded R2013a. One of my scripts uses another script function named "CallInputString" defined as
function y=CallInputString(y,'enter y');
I get the following message whenever my main script tries to use it.
>> CallInputString
License checkout failed. License Manager Error -5 Cannot find a license for Optimization_Toolbox.
Troubleshoot this issue by visiting: http://www.mathworks.com/support/lme/R2013a/5
Diagnostic Information: Feature: Optimization_Toolbox License path: C:\Users\David\AppData\Roaming\MathWorks\MATLAB\R2013a_licenses\license_David-PC_521792_R2013a.lic;C:\Program Files\MATLAB\R2013a\licenses\license.dat;C:\Program Files\MATLAB\R2013a\licenses Licensing error: -5,357.
Is "CallInputString" a reserved variable name that generates that error?
I changed the name to "CallInputChar" and I had no problem.
Thanks.

답변 (0개)

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by