What is the computation Power of Matlab Online?
Mostra commenti meno recenti
My laptop is quite old (i3, 4gb) and I've been running a code for more than 21 hours and I'm starting to worry how much longer it will take, I have access to Matlab Online but It's also taking ages, I was wondering if it might actually be faster than my laptop because I couldn't find any documentation on the processing power they give you access to.
Risposte (1)
Jan
il 9 Ago 2017
0 voti
You can run a shorter test function and compare the timings between Matlab Online and your laptop.
Perhaps it is worth to determine the bottleneck of your code using the profiler and posting it here. Maybe you forgot a pre-allocation only, or there is a loop, which can be vectorized. The problem might not match into your RAM and the slow hard disk is used for virtual memory. Without knowing any details, it is hard to predict, if the online machine is faster.
1 Commento
quoroy
il 9 Ago 2017
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!