Which is faster matlab or matlab online?

120 vues (au cours des 30 derniers jours)
Sai Teja Suggala
Sai Teja Suggala le 11 Mar 2022
I wanted to train my ML model, but I feel matlab on local machine is slow. I Wanted to know is matlab online faster than matlab in local machine

Réponses (1)

Ganesh Gudipati
Ganesh Gudipati le 15 Mar 2022
Hi,
There might be multiple factors effecting the speed of MATLAB like the System Configurations, Operating System used, etc.
Though the online version works with good speed, MATLAB Desktop is preferred over MATLAB Online for high computational programs.
In case you want to try speeding up the MATLAB Desktop, try the following:
1. Follow the memory management suggestions in the documents below.
2. You can free up RAM by running MATLAB as the sole application.
3. Some people have found that launching without the desktop, and then subsequently invoking the desktop, speeds up MATLAB, both when starting and when running. To do this, you can add the -nodesktop option during startup, and add the following line of code to your "startup.m" file: desktop
4. Increase the RAM in your system to the recommended 128MB or more.
To get more info about the differences between MATLAB Online and Desktop versions, refer MATLAB Online specifications and Limitations

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by