Modify the storage class in the data dictionary programmatically

S
stozaki_ed · Sep 4, 2021 · 2.1K views
Question
I have my data dictionary build and running for my model. But all of my signals are set automatically to sotrage class to ExportedGlobal. Does anyone know how to change the StorageClass to Auto programmatically?
Expert Answer
Profile picture of Neeta Dsouza
Neeta Dsouza PhD Expert
Answered Aug 28, 2026
Editing a storage class is editing the properties of a Simulink Signa Object.
 
To do this, edit the Simulink Signal Object programmatically, not in the Model Explorer.
 
The method is described in the documentation.
 
% ex
% Define signa object 
mySignal1 = Simulink.Signal;

% edit storage class
mySignal1.CoderInfo.StorageClass = 'ExportedGlobal';
100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!