Reputation: 163
Can someone tell me how the simulink example sldemo_clutch.mdl sets FromWorkSpace parameters such as Tin and Fn? They are "Clutch Pedal" and "Engine Torque" blocks. I don't think they are set in the PostLoadFcn.
Upvotes: 0
Views: 150
Reputation: 10762
They're in the Model Workspace, not the Base Workspace. Look at View->Model Explorer->Model Workspace to view them.
Upvotes: 2