フィルターのクリア

Why parameter " yout " doesnt exist to workspace ?

2 ビュー (過去 30 日間)
HamidReza Saleh
HamidReza Saleh 2016 年 9 月 15 日
コメント済み: HamidReza Saleh 2016 年 9 月 16 日
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 ??

採用された回答

Walter Roberson
Walter Roberson 2016 年 9 月 15 日
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 件のコメント
Walter Roberson
Walter Roberson 2016 年 9 月 16 日
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 2016 年 9 月 16 日
youre comment was so help full thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSchedule Model Components についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by