from workspace to m.file

5 visualizaciones (últimos 30 días)
Recep
Recep el 31 de Mzo. de 2011
Hello. I want to take a variable from workspace to m-file. After I will process this variable and I will send to simulink. Could you help me please?

Respuesta aceptada

Paulo Silva
Paulo Silva el 31 de Mzo. de 2011
if your m file is just code (not a function) the variables are in the same scope as the worspace, you just need to call them like you do in the workspace, if you are inside a function you should provide the variable as argument to the function or use fun=evalin('base','funname') inside your function code to get the variable value from the workspace.
  7 comentarios
Paulo Silva
Paulo Silva el 31 de Mzo. de 2011
%initialize inputs
%loop x times or until some result if found
%start simulation and wait until it ends
%analyze simulation output and store info
%prepare inputs for another simulation
%return to start of the loop
Recep
Recep el 31 de Mzo. de 2011
Thank you, I hope I can solve problem and error. If you find more information, please let me know.

Iniciar sesión para comentar.

Más respuestas (1)

Kaustubha Govind
Kaustubha Govind el 31 de Mzo. de 2011
You might find it useful to read the documentation on Running Parallel Simulations. There is also Solution #1-6GRUQ3 that describes the broader usage of Parallel Computing Toolbox with Simulink.
  1 comentario
Recep
Recep el 31 de Mzo. de 2011
Thank you, I hope I can solve problem and error. If you find more information, please let me know.

Iniciar sesión para comentar.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by