Compiling with feval(@()assignin…)

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

Asked:

on 15 May 2016

Community Treasure Hunt

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

Start Hunting!