How to declare global variable in Simulink?
11 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have set of signals in my model, I want them to declare as global variable(not local variables) in Autosar code generated from my model. How can I do this in simulink without use of MATLAB function, as I have many input signals. And these signals are coming through inport block.
Can I do it by changing configuration of inport/goto/from block- that will reflect on autosar generated code?
Thanks!
0 件のコメント
回答 (1 件)
Walter Roberson
2023 年 10 月 3 日
I have no information about autosar but see https://www.mathworks.com/matlabcentral/answers/606496-declare-global-variable-in-simulink?s_tid=srchtitle and also https://www.mathworks.com/matlabcentral/answers/1653710-global-variable-in-simulink#comment_2009495
参考
カテゴリ
Help Center および File Exchange で AUTOSAR Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!