- Tech Note 1106: Memory Management Guide
Which is faster matlab or matlab online?
122 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Ganesh Gudipati
2022 年 3 月 15 日
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!