coder.extrinsic error
1 回表示 (過去 30 日間)
古いコメントを表示
When we're putting coder.extrinsic function call, in our state in the stateflow chart, we're getting following error:
Unresolved function 'coder.extrinsic' in state
If we put the call in MATLAB command line its working fine. Please help in resolving this.
2 件のコメント
Walter Roberson
2018 年 1 月 3 日
It should work; https://www.mathworks.com/help/stateflow/ug/call-extrinsic-functions-in-a-stateflow-chart.html -- but which MATLAB release are you using?
回答 (1 件)
Nick Sarnie
2018 年 1 月 4 日
Hi Abhishek,
In R2011b, I recommend creating a MATLAB Function block inside the chart, moving any "coder" calls inside it, and calling that MATLAB function from within a state or junction.
You can find an example of using "coder" calls in a MATLAB Function block inside Stateflow here: https://www.mathworks.com/help/releases/R2011b/toolbox/stateflow/ug/f6-103509.html
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!