Unable to launch MVM server: License Error: Error checking out license

I get the below license error.
'Unable to launch MVM server: License Error: Error checking out license'
Below is the line of code that produces that error.
import matlab.engine
try:
eng = matlab.engine.start_matlab()
tf = eng.isprime(37)
print(tf)
except Exception as ex:
print(str(ex))
raise

답변 (0개)

카테고리

도움말 센터File Exchange에서 Manage Products에 대해 자세히 알아보기

질문:

2022년 1월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by