Minimizing size of matices and vectors
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi I'm trying to run calculations with a huge amount of data. Resulting in that I get the "Out of memory" error. I am using eight matrices four with the sizes of ~1mb and four with the size of ~120mb. My question is if there is a way to work around this? Is there possibly some sort of zip-function?
Regards Johan
0 comentarios
Respuestas (1)
Henan
el 8 de Jul. de 2013
you can divide the huge data into several data block,and send them into you computer GPU to calculate them.
Ver también
Categorías
Más información sobre Shifting and Sorting Matrices en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!