How to confirm my MATLAB license can run without internet?
4 views (last 30 days)
Show older comments
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 Comments
Walter Roberson
on 10 Sep 2024
Block your system from making outgoing connections at the router, or using Windows Firewall.
Answers (1)
Umang Pandey
on 12 Sep 2024
Hi Lucas,
You can refer to the following answer by MATLAB Support Staff for insights on accessing MATLAB toolboxes offline:
Best,
Umang
1 Comment
Walter Roberson
on 12 Sep 2024
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.
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!