Arduino.m file not working with Simulink
1 view (last 30 days)
Show older comments
I tried using a Matlab function block in simulink. In the Matlab function I make other function calls that use the Arduino.m file, downloaded from the support page ( http://www.mathworks.com/matlabcentral/fileexchange/32374). I get a bunch of errors related to the arduino.m file such as the destructor not being used for code generation and try-catch statements can't be used for code generation and so on. My code works fine when it's a standalone m-script (not encapulated in a simulink block). Does anyone know if there's a compatible arduino m file that works with simulink? Thank you.
0 Comments
Answers (1)
Kaustubha Govind
on 26 Sep 2012
Edited: Kaustubha Govind
on 26 Sep 2012
I think you should be using the corresponding Arduino blocks instead of MATLAB functions. Please see if these downloads are of help:
0 Comments
See Also
Categories
Find more on Arduino Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!