- Online Licensing
- Login Named User
Why is MATLAB using my network?
23 ビュー (過去 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!