How to confirm my MATLAB license can run without internet?

조회 수: 5 (최근 30일)
LucasBar
LucasBar 2024년 9월 10일
댓글: Walter Roberson 2024년 9월 12일
We have a matlab script that runs inside an autonomous vessel collecting oceanography data.
I want to confirm that the license will allow matlab to work correctly while the vessel is offshore without internet access.
How can I make sure?
  댓글 수: 3
LucasBar
LucasBar 2024년 9월 10일
It may works for some applications.
However, I can't access the the on-board computer without internet.
I am looking for a more accurate way to evaluate the matlab license.
Walter Roberson
Walter Roberson 2024년 9월 10일
Block your system from making outgoing connections at the router, or using Windows Firewall.

댓글을 달려면 로그인하십시오.

답변 (1개)

Umang Pandey
Umang Pandey 2024년 9월 12일
Hi Lucas,
You can refer to the following answer by MATLAB Support Staff for insights on accessing MATLAB toolboxes offline:
Best,
Umang
  댓글 수: 1
Walter Roberson
Walter Roberson 2024년 9월 12일
The above link answers the question of what kind of license is needed to run MATLAB and toolboxes without internet access.
However, the above link does not answer the question of whether the original poster's code needs internet access somehow. It does not, for example, mention that reaching the documentation requires internet access unless the documentation is specifically installed locally. It does not mention the possibility that the original poster's code might happen to try to form a udp connection by host name, or similar possibilities.
This is why I recommend to the original poster that they block internet access and try things out: that will answer the question of whether their particular code actually needs internet access.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by