TO WORKSPACE BLOCK IS NOT CREATING NEW VARIABLE TO WORKSPACE
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, everyone, I am new to simulink and lately I am facing a problem with the to work space block:
I tried to do in the same way as the following tutorial on you tube: https://www.youtube.com/watch?v=PEn3SuIcsGg
but finally I don't find the corresponding new vaviable in workspace as the tutorial showed, before or after simulation, any one kindlyl help will be appreciated.
0 comentarios
Respuestas (1)
Fangjun Jiang
el 20 de Abr. de 2023
Editada: Fangjun Jiang
el 20 de Abr. de 2023
It is saved in "out.simout", instead of "simout" if your variable name is "simout", if every other setting is by default. You are using the newer version of MATLAB/Simulink.
Double click the "To Workspace" block, click "Help" to bring up the document. There are example models there.
1 comentario
Sara Nadeau
el 24 de Abr. de 2023
This behavior changed in R2019a, just to clarify what would constitute "newer" in this specific context.
Here's a link to the To Workspace block reference page, which includes a description and additional links related to Fangjun's answer: https://www.mathworks.com/help/simulink/slref/toworkspace.html
This is the same page that you open when you click Help from the Block Parameters dialog box for the To Workspace block.
Ver también
Categorías
Más información sobre Simulink Functions 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!