Matlab Function in Simulink cannot be deployed to Arduino

1 回表示 (過去 30 日間)
Sinan Ibrahim Bayraktar
Sinan Ibrahim Bayraktar 2017 年 8 月 9 日
回答済み: Meeshawn Marathe 2017 年 10 月 17 日
I have a simulink model which contains a Matlab Funtion inside, when i try to deploy it to arduino i get an error like:
Nested functions are not supported.
Function 'arduino.m' (#44.43600.43622), line 1026, column 22:
"validateBoardPortMatch"
Launch diagnostic report.
Component:MATLAB Function | Category:CodererrorOpen
Errors occurred during parsing of MATLAB function 'MATLAB Function'
Component:MATLAB Function | Category:Codererror
Errors occurred during parsing of MATLAB function 'MATLAB Function'
Component:Simulink | Category:Blockerror
What should i do to fix this problem?

回答 (2 件)

Bruno Marin
Bruno Marin 2017 年 9 月 27 日
I have this problem too...

Meeshawn Marathe
Meeshawn Marathe 2017 年 10 月 17 日
Which release of MATLAB are you using? The latest version of MATLAB supports code generation for nested functions with some limitations. Please go through this link for more information. Additionally, go through this link for determining whether your function is suitable for code generation.
You could also try using 'level-2 MATLAB S-Function'. You can find more info on this here .

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by