Relative Content

Tag Archive for matlabparallel-processingmatlab-gui

Can I use parfor within a parfeval in Matlab R2019b and if yes how?

I’m encountering an issue with my MATLAB R2019b GUI project. I’m trying to display two sets of 4DCT (Four-Dimensional Computed Tomography) images simultaneously. Each set contains 10 CT volumes. While displaying the first case(two sets), I want to asynchronously load additional sets in the background. My approach involves using parfeval(@select_data, x, data{idx}) for each 4DCT, where select_data is a function utilizing parfor to read the 10 DICOM volumes.