Reading Matrix in Parallel
이전 댓글 표시
I have been trying to use C++ and the Matlab Engine API to read in multiple dicom files into a matrix of multiple dimensions in parallel. For example, if I wanted to read in eight dicom files I woud start eight threads and use each thread to read each dicom file in parallel. However, after doing some testing and research I realized that these threads aren't running in parallel. According to this link it seems that only one thread can access the Matlab engine at a time. Is there any way to parallelize reading in multiple dicom files with Matlab and C++?
I would also like to perform processing on these matrices once they have been read. Would it be possible to process each matrix in parallel using Matlab and C++?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 DICOM Format에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!