Clear Filters
Clear Filters

License checkout failed. License Manager Error -15 오류가 불규칙적으로 발생해요.

10 views (last 30 days)
>> IT2_1_AlignCTD003=readtable('20201116_IT2-1+08.txt'); % Cond +0.08, 3열 수온, 12열 Sal
IT2_1_AlignCTD_003.Sal=table2array(IT2_1_AlignCTD003(:,12));
IT2_1_AlignCTD_003.Pres=table2array(IT2_1_AlignCTD003(:,2));
IT2_1_AlignCTD_003.Temp=table2array(IT2_1_AlignCTD003(:,3));
IT2_1_AlignCTD_003.Cond=table2array(IT2_1_AlignCTD003(:,4));
IT2_1_AlignCTD_003.PT=table2array(IT2_1_AlignCTD003(:,8));
>> fs = 1;
pass1 = highpass(IT2_1_AlignCTD_003.Temp,1,fs);
위와 같이 코딩을 진행하면 highpass 함수가 적용될 때도 있고, 아래와 같은 결과가 뜨기도 합니다. 매트랩 삭제, 재설치도 해보았구 영어판 FAQ에서 안내해준 방법도 다 실시해보았는데 불규칙적으로 아래와 같은 오류가 발생합니다. 어떻게 해야할까요?
License checkout failed.
License Manager Error -15
Unable to connect to the license server.
Check that the network license manager has been started, and that the client machine can communicate with the license server.
Troubleshoot this issue by visiting:
https://www.mathworks.com/support/lme/15
Diagnostic Information:
Feature: Signal_Toolbox
License path:
Licensing error: -15,0.

Answers (1)

Angelo Yeo
Angelo Yeo on 13 Mar 2024
안녕하세요. 라이센스와 관련된 문의는 고객지원팀에서 정확히 다루어 드릴 수 있습니다. 아래의 가이드를 따라 고객지원팀에 문의하여 주십시오.
-----------------------------------------------
1. 웹으로 지원 요청
고객지원팀으로의 문의는 라이센스 번호와 함께, 1) 매스웍스 홈페이지에서 로그인 후, 2) https://www.mathworks.co.kr/support/contact_us/index.html 로 이동하여 라이센스관련 문의하실 수 있습니다.
2. 전화로 지원 요청
대표번호 02-6006-5100 에서 안내 멘트에 따라 3번 그리고 2번을 선택하여 고객 지원팀으로 연결하실 수 있습니다.
-----------------------------------------------

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!