how to use threads in matlab app designer

24 次查看(过去 30 天)
i want to execute 2 function in parallel

回答(2 个)

Bruno Luong
Bruno Luong 2021-6-29
Many MATLAB stock functions are not thread safe, they are not suitable for multi-thread run. This is MATLAB limitation one cannot do anything about it.

Raymond Norris
Raymond Norris 2021-7-1
Do you have Parallel Computing Toolbox? If so, consider looking at parfeval.
  2 个评论
Raymond Norris
Raymond Norris 2021-7-1
Run the following to see if you already have it installed.
license('test','distrib_computing_toolbox')
If you don't have it, go to the Add-On Explorer and search for "Parallel Computing Toolbox". Click on the 1st link (should be the correct on) and then Install. If you run into issues, contact Support (support@mathworks.com).

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by