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?
Neeta Dsouza answered .
2025-11-20
% ex % Define signa object mySignal1 = Simulink.Signal; % edit storage class mySignal1.CoderInfo.StorageClass = 'ExportedGlobal';