Compiling with feval(@()assignin…)
Show older comments
I know that feval() in general can cause issues when compiling, because required functions are determined only run-time. However, I am not sure about feval(@()assignin…)(i.e. when assigning variables dynamically), because no extra function is called.
Answers (0)
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!