Borrar filtros
Borrar filtros

Why parameter " yout " doesnt exist to workspace ?

2 visualizaciones (últimos 30 días)
HamidReza Saleh
HamidReza Saleh el 15 de Sept. de 2016
Comentada: HamidReza Saleh el 16 de Sept. de 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 ??

Respuesta aceptada

Walter Roberson
Walter Roberson el 15 de Sept. de 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 comentarios
Walter Roberson
Walter Roberson el 16 de Sept. de 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 el 16 de Sept. de 2016
youre comment was so help full thank you

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Schedule Model Components en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by