I am using Embedded Coder to turn Simulink models into C. It appears, though, that Embedded Coder uses Matlab Coder on the Matlab Function blocks. This would be fine, except Matlab Coder makes temporary arrays (e.g. arrays inside of sub-functions) into globals. Is there any way to prevent this?
1 Comment
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/54189#comment_112281
Can you please post some MATLAB code where you see this behaviour?