- Online Licensing
- Login Named User
Why is MATLAB using my network?
24 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chad Greene
el 7 de Jul. de 2020
Respondida: Jan
el 7 de Mayo de 2021
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 comentarios
Respuesta aceptada
Gouri Chennuru
el 10 de Jul. de 2020
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!
Más respuestas (2)
Jan
el 7 de Mayo de 2021
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 comentarios
Maleen Wijeratna Kidiwela
el 7 de Mayo de 2021
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 comentario
Jan
el 7 de Mayo de 2021
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?
Ver también
Categorías
Más información sobre Manage Products en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!