Filter löschen
Filter löschen

Why parameter " yout " doesnt exist to workspace ?

2 Ansichten (letzte 30 Tage)
HamidReza Saleh
HamidReza Saleh am 15 Sep. 2016
Kommentiert: HamidReza Saleh am 16 Sep. 2016
Hi I try to sent one parameter from simulink to workspace the parameter i seek is variable from block yout in powergui i checked the mark from model configuration yout but doesnt show in workspace do you have any suggestion ??

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 15 Sep. 2016
How are you starting the model running? If you are starting it from MATLAB using sim() then the variable would normally end up in the workspace of the function you ran sim() from.
  10 Kommentare
Walter Roberson
Walter Roberson am 16 Sep. 2016
I had another look. There does not appear to be a yout there. There is a Yout (capital Y) which is a subsystem (not a signal), with the subsystem having a Demux block that sends the individual elements to a whole bunch of different blocks.
If you are trying to get a copy of that signal before demuxing, you will need to add a tap off of the source of that subsystem, v,i and have a Save To Workspace block there. I do not find a To Workspace block there.
HamidReza Saleh
HamidReza Saleh am 16 Sep. 2016
youre comment was so help full thank you

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Schedule Model Components 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