Borrar filtros
Borrar filtros

big programming need to parallel compution

2 visualizaciones (últimos 30 días)
tony kevine
tony kevine el 16 de Mzo. de 2015
Respondida: Mudit Kumar Bhugari el 15 de Jun. de 2023
when i run my programming,i need spend lots of time to wait it ,so i need knowledge about parallel compution or matlab's setting and let my computer run fast!!
can anyone provide me with some useful web or books?thanks

Respuestas (1)

Mudit Kumar Bhugari
Mudit Kumar Bhugari el 15 de Jun. de 2023
Hi Tony Kevine,
I understand that your code is taking too long to execute and you're looking to use parallel computation to speed up the same. So, Background Processing might help to run your code fast. Pass your function to the “parfeval” along with the inputs required to run in the background and continue running your other functions in the foreground.
Please refer to the following MATLAB documentation to know more about background processing and “parfeval” function

Categorías

Más información sobre Entering Commands 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!

Translated by