Arduino.m file not working with Simulink
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Kaustubha Govind
2012 年 9 月 26 日
編集済み: Kaustubha Govind
2012 年 9 月 26 日
I think you should be using the corresponding Arduino blocks instead of MATLAB functions. Please see if these downloads are of help:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Arduino Hardware についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!