필터 지우기
필터 지우기

using matlab in docker with education liscence

조회 수: 1 (최근 30일)
Seonho Kim
Seonho Kim 2022년 11월 7일
답변: Aditya Jha 2022년 11월 16일
I am using matlab in my local computer with education liscence.
How can I find the .lic file?
Some people say that 'C:\Program Files\MATLAB\R2009a\licenses\license.dat' it would be here.
However, I have no any 'licenses' folder.
I am following these commanders.
# Clone this repository to your machine
git clone https://github.com/mathworks-ref-arch/matlab-dockerfile.git
# Navigate to the downloaded folder
cd matlab-dockerfile
# Build container with a name and tag of your choice.
docker build -t matlab:r2022b .
# Run the container.
docker run --rm -e MLM_LICENSE_FILE=27000@MyServerName matlab:r2022b -batch "disp('Hello World!')"
>>> I am stucked in here.

답변 (1개)

Aditya Jha
Aditya Jha 2022년 11월 16일

카테고리

Help CenterFile Exchange에서 제품 관리에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!