Parallel computing on Standalone Desktop App
古いコメントを表示
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!
1 件のコメント
Mario Malic
2024 年 8 月 29 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!