Run time of same code on MATLAB online and desktop
조회 수: 19 (최근 30일)
이전 댓글 표시
I am running the exact same code on MATLAB online and desktop version R22b, not simultaneously and both are run without any additional tasks in the background. However, the code runs faster on MATLAB online when it should be the other way around. Does anyone have a valid explanation for this?
Thanks
댓글 수: 6
Walter Roberson
2022년 11월 7일
MATLAB Online runs the code entirely on computers in the "cloud" and sends HTML5 graphics to your browser.
MATLAB Online does not run on systems that are all that powerful, and each user only gets two cores, but does get roughly 20 gigabytes of memory. It would be expected to be faster than average desktop computers that are about a decade old, or faster than i3 laptops, but slower than any modern desktop. The service exists as a convenience; if you need faster computations then there are commercial cloud services.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Licensing on Cloud Platforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

