Can we run a very large array computation on Matlab online?

32 ビュー (過去 30 日間)
Nguyen Van Hieu
Nguyen Van Hieu 2021 年 5 月 22 日
コメント済み: Nguyen Van Hieu 2021 年 5 月 26 日
I am using Matlab academic license.
I want to run a program with very larger matrix computation on Matlab online. The size of the required RAM if I use my computer is about 32GB.
I have 3 questions:
  • What is the configuration of Matlab online?
  • Is it possible if I use Matlab online for very large arrays like this?
  • Is there any option to pay for higher configuration for Matlab online?
Thank you!

採用された回答

Rishik Ramena
Rishik Ramena 2021 年 5 月 25 日
A MATLAB Online session is a linux instance in one of the MathWorks servers. So, all the linux commands to find the system and hardware information will work.
  • The CPU information for your current MATLAB Online session can be found out using the command system('cat /proc/cpuinfo') on the MATLAB online command window.
  • Similarly, the memory limits of of your current MATLAB Online session can be checked using the command system('cat /proc/meminfo').
  • You get a 5GB space to store your outputs with a license and currently there's no option to purchase more or pay for a higher configuration system.
Also you can find the limitations of MATLAB online here. You can also have a look at the MATLAB Parallel Server if it suits your purpose.
  1 件のコメント
Nguyen Van Hieu
Nguyen Van Hieu 2021 年 5 月 26 日
Thank you for your recomendation! I am requesting a try on MATLAB Parallel Sever.
I have one more question. What is the configuration and limitation of MATLAB Parallel Sever?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by