Parallel computing with a large matrix and its transpose
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a large array to work with; it's size is about 255MB. My computer can store the original matrix only, not its transpose, as that will require another 255MB. I would like to use Parallel computing to store the transpose array.
But very limited resources exist on the net regarding parallel computing Toolbox. Can anyone tell me how to directly store the transpose in different worker computers without storing it in my computer? Since I am a beginner, it will be very helpful if you share the code.
My array has about 30 million elements.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!