How to declare global variable in Simulink?
9 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 3 Oct 2023
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
See Also
Categories
Find more on AUTOSAR Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!