- Online Licensing
- Login Named User
Why is MATLAB using my network?
24 次查看(过去 30 天)
显示 更早的评论
I'm using a wifi hotspot and I want to minimize my data usage. Unfortunately, whenever I have MATLAB R2019b open, it seems to be sending and receiving more data than all the tabs I have open in Firefox.
First question: Am I interpreting my Activity Monitor correctly? Is MATLAB in fact the major culprit of my data usage?
Second question: Why is MATLAB sending and receiving data?
Third question: Is there a way to disable network usage?
0 个评论
采纳的回答
Gouri Chennuru
2020-7-10
Hi Chad,
The "matlabrc.m" file will run the "startup.m" file so this can be in few cases where it uses the network. "matlabrc" also initializes the path, so this issue could be caused by the presence of network files on the path (which requires internet connection).
Network-based MATLAB licenses, such as Network Concurrent and Network Named User do not require an internet connection to run MATLAB but do require a connection to the license manager server on the local network in order to access the license.
The only license types which require an internet connection are:
The "Web” launches the internet browser by using the WEB function in MATLAB. You can disable this option by editing WEB accordingly:
edit web
Insert the following after the function declaration:
return
Hope this helps!
更多回答(2 个)
Jan
2021-5-7
When I'm not signed in in my local Matlab session (see the "Sign in" button in the top right corner), Matlab opens several internet connections at start up. Some concern the jxbrowser and they contact my local computer, two are contacting my router over the svchost.exe, and three are connecting to external servers:
- dns-external-master.amazon.com
- ns1.reverse.deploy.akamaitechnologies.com
They are using cerificates for the domains "*.mss-mathworks.com" and "*.mathworks.com".
Matlab is calling home even if the access is restricted by the firewall.
0 个评论
Maleen Wijeratna Kidiwela
2021-5-7
I've noticed this too, if left alone, it seems to be downloading around 10Gb of data per day. Did you figure this out?
My only option is to not use matlab with wifi on
1 个评论
Jan
2021-5-7
The updates of Matlab are huge. Are you logged in (see right top corner of Matlab's command window)? Is your Matlab up to date?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Manage Products 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!