Hi,
I am running my old code on a new PC (the old code worked on my old PC). Here's my input_args and the error:
input_args = {'DisplayMask', display_mask, 'PMLInside', false, 'PlotPML', false, 'DataCast','gpuArray-single','PlotSim', true};
Error:
Error using kspaceFirstOrder_checkOptionalInputs (line 92)
The Parallel Computing Toolbox for MATLAB 2012a or later is required for 'DataCast' set to 'gpuArray-single' or 'gpuArray-double'.
I cannot figure out the problem. Could you please help with this?
bests
Zheng