Parallel computing on Standalone Desktop App
Show older comments
Hi all,
I have developed a code in which I have used the parallel computing capabilities of Matlab. There is a parfor that helps me reducing computation time (I have many iterations). To share the app with some colleagues I have designed a simple GUI with the app designer and exported it as a standalone desktop app. While testing it, how can I be sure the parallel computing works on computers that don't have matlab on and on which the setup.exe of the app is run? I fear that when exported, the parfor becomes a simple for.
Any suggestion? Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!