MATLAB: Will there be a support of the parallel toolbox in Matlab App Designer

appapp desigerparallelparallel toolboxparfor

Dear all, i want to use parfor loops in Matlab App Designer. Is there a way to make this work? It didnĀ“t work in the Editor itself and also with seperated functions. Otherwise will that be implemented in future Matlab releases?
Thank you!

Best Answer

Using App Designer, you can basically call into any functionality available with your MATLAB/Simulink installation. If you have Parallel Computing Toolbox installed and licensed for, you will be able include calls to PARPOOL, PARFOR, etc. in your app and run parallel computations.
For deploying your app to a standalone executable using MATLAB Compiler, all command-line functionality from Parallel Computing Toolbox is supported as well: