why is 'gather' performance dramatically poor when I evaluate a tall array (105151 Bytes) by an indexing operation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi experts,
I have a tall array from type double (Mx386) containing voltage values in each .
For visualization purposes I want to evaluate the first values of one electrode, but this single process took 5 h.
test1 = gather(test(1:500,3));
Also evaluating the tall array to get size is a time consumpting events
gather(size(test,1))
How can I accelerate the process? What could likely be the issue?
I'm happy about any hint to solve this.
Thank you in advance!
Eva
6 comentarios
Walter Roberson
el 19 de Jul. de 2019
That's why I asked "Is test input data or is it transformed data?"
Respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!