Is it possible to call a matlab generated shared library multiple times in a program?
Show older comments
When I use the recommended method
mclRunMain((mclMainFcnType)run_main, 0, NULL);
it always exits the program immediately. So how can i set this up to call the shared library function several times without exiting?
Accepted Answer
More Answers (1)
Tony Kirke
on 10 Feb 2017
0 votes
Categories
Find more on C Shared Library Integration 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!