What is the computation Power of Matlab Online?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Jan
el 9 de Ag. de 2017
0 votos
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 comentario
quoroy
el 9 de Ag. de 2017
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!