big programming need to parallel compution
조회 수: 5 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
Mudit Kumar Bhugari
2023년 6월 15일
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!