how to use threads in matlab app designer
Show older comments
i want to execute 2 function in parallel
Answers (2)
Bruno Luong
on 29 Jun 2021
0 votes
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
on 1 Jul 2021
0 votes
2 Comments
Kfir Weissman
on 1 Jul 2021
Raymond Norris
on 1 Jul 2021
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).
Categories
Find more on Install Products 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!