What is Matlab online execution time affected by?
조회 수: 6 (최근 30일)
이전 댓글 표시
Dear colleagues.
I want to report the execution times for my code for a scientific publication I am preparing.
As is common in scientific publications, the authors report the operating software used, the Matlab edition, and the hardward specifucations of the computer, like RAM and processor. These are reported, because it is commonly understood that they can heavily affect the execution time.
Now, when running Matlab online, the simulations run online on my browser.
Thus, what is the execution time really affeted by? Browser type? Matlab version? Internet speed? Computer RAM?
I could not find any information about this, could anyone please provide their insight?
댓글 수: 2
Dyuman Joshi
2023년 8월 21일
편집: Dyuman Joshi
2023년 8월 21일
"... the simulations run online on my browser."
No, the processes are not executed on your browser or on your PC.
Edit - This might be helpful as well
답변 (1개)
Dyuman Joshi
2023년 8월 22일
"so the simulations run entrirely on Matlab's cloud."
Yes.
"I typed system('cat /proc/cpuinfo') in the Matlab online window, but I do not think I can interpret the result."
It show information regarding the hardware specifications.
"... and I guess the traffic at the given moment."
No, each user/session is allotted a specific amount of resources.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!