- Currently these parameters can be achieved as follows:
Block settings of "Code generation storage class" missed in Simulink R2020b
3 views (last 30 days)
Show older comments
Mingjin Hu
on 26 Oct 2020
Answered: Urmila Rajpurohith
on 4 Mar 2021
In my MATLAB R2020b, the block settings of "Code generation storage class" and "Signal object class" for Delay, Discrete-time FIlter and some other Simulink blocks are missing. The screenshot is shown below
And the "code" option in model data editor is also missed:
These lost issues can be found in the same model opened by MATLAB R2020a. Could anyone help me with this problem?
0 Comments
Accepted Answer
Urmila Rajpurohith
on 4 Mar 2021
Hi
1. Instead of accessing "Signal object class", it is possible to use a custom storage class package when creating the state.(see "1" in above image)
2. To set up the storage class, you can utilise the code mappings pane editor instead of the old "Code generation storage class" option, as suggested by Mark McBroom.
(see "2" in above image)
0 Comments
More Answers (1)
Mark McBroom
on 2 Nov 2020
The use the "Code Mappings" dialog to set storage class. This can be found in the lower left-hand corner of the Simulink Canvas.
See Also
Categories
Find more on Simulink Coder 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!