Borrar filtros
Borrar filtros

How could I change or open the data in Workspace?

1 visualización (últimos 30 días)
Zaid Adam
Zaid Adam el 5 de Oct. de 2016
Comentada: Zaid Adam el 5 de Oct. de 2016
My question is I have a Simulink file from the Internet and when I run it there is a data show up in the workspace, how could I open these data or change it.

Respuesta aceptada

Walter Roberson
Walter Roberson el 5 de Oct. de 2016
If you run the model by double-clicking on it or selecting Run from a menu or a button, then the outputs will go into the base workspace. If you are at the command line, you can see what is in the base workspace by entering the command
workspace
to open the workspace browser.
If, instead, the model is being controlled by a MATLAB function which is making sim() calls, then the output will go into the workspace of the function that makes the calls. To see that output you would need to put a breakpoint in the function and use the workspace browser to examine the function's workspace.
  3 comentarios
Walter Roberson
Walter Roberson el 5 de Oct. de 2016
Right click on the appropriate blocks and set the parameters using the context menu there. When you are done, save the model.
Zaid Adam
Zaid Adam el 5 de Oct. de 2016
Thanks for your support, but I need to know how they did that if could help me with link or lesson about matlab files.

Iniciar sesión para comentar.

Más respuestas (1)

Mohammad Haghighat
Mohammad Haghighat el 5 de Oct. de 2016
As far as I know, you can only change the name in the Workspace. However, if you double click on the data, it opens it in the Editor, in which you can easily manipulate your data.
  1 comentario
Zaid Adam
Zaid Adam el 5 de Oct. de 2016
Thanks, My question is how could I change the parameters forever because as long as I run the file the parameters go to the original values. my file is Simulink (blocks)

Iniciar sesión para comentar.

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!

Translated by