- Standard Matlab is single threaded, but there are functions which run in parallel.
- There is the Parallel Toolbox
- One may run several sessions in parallel. Edit and debug in one and do production runs in others. Requires some care with the search path so that one doesn't make changes in files, which are used in the production runs.
- Your description, "code I have to replace could be as large as half a page in a quite a few places" makes me wonder ...
- "notepad cannot do"   the free Notepad++ can, I'm sure. It even highlights some Matlab syntax.
CPU allocated to Matlab is bounded at 25% for entering code, with or without parallel computing on
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Arthur
el 21 de Feb. de 2015
Comentada: per isakson
el 23 de Feb. de 2015
Hello,
Has anyone come across a method for increasing Matlab CPU usage to 100% instead of being bounded at 25%, for writing code instead of computing. When I am fixing an error for this script and replacing one line with a few others, it takes about 10 minutes for it to do it, regardless of how many changes have to be made in the script. Running parallel computing doesn't change that fact (though I would be surprised if it could). Sometimes the code I have to replace could be as large as half a page in a quite a few places (which word and notepad cannot do), so manually copying and pasting could waste as much as a full day.I am rather new to Matlab, as I only started using this 4 months ago, so any help will be welcome.
Thanks
0 comentarios
Respuesta aceptada
per isakson
el 21 de Feb. de 2015
Editada: per isakson
el 22 de Feb. de 2015
2 comentarios
per isakson
el 23 de Feb. de 2015
I chose to believe that my "but there are functions which run in parallel" explains why you seen "60%", e.g. BLAS.
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements 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!