Increase CPU Speed - MAC
Mostrar comentarios más antiguos
Hi, I have an i9 processor with 8 cores and I am trying to solve an image processing problem in Matlab and I am realizing that it is only using 10% of the CPU capacity to solve the problem.
I can't use the parallel processing toolbox because it doesn't fit my needs.
Is there any possibility to increase the number of cores you use by default?
I'm using macOS as my operating system
Respuesta aceptada
Más respuestas (1)
Yair Altman
el 7 de Abr. de 2020
Editada: Yair Altman
el 7 de Abr. de 2020
0 votos
You can separate the problem into separate tasks and launch separate Matlab processes to process them in parallel. This is essentially what the Parallel Computing Toolbox is doing. If you don't want to purchase the toolbox you can do it manually - it's more difficult to do manually, but it doesn't cost any money....
1 comentario
Alejandro Fernández
el 7 de Abr. de 2020
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!