Export from workspace to simulink

1 Ansicht (letzte 30 Tage)
Ionut Grigore
Ionut Grigore am 22 Dez. 2015
Bearbeitet: Renato Agurto am 22 Dez. 2015
I have a honework and i dont know what kind of block is the big one .I need to bring from workspace to simulink values.

Antworten (1)

Renato Agurto
Renato Agurto am 22 Dez. 2015
Bearbeitet: Renato Agurto am 22 Dez. 2015
Simulink -> sources -> constant
if you have a constant in the workspace. You just need to write the name of the variable inside the block. Or:
Simulink -> sources -> From workspace
if you want a signal. For example:
simin.time = (1:10)';
simin.signals.values = simin.time.^2;

Kategorien

Mehr zu Simulink Environment Customization finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by