Borrar filtros
Borrar filtros

Change workspace variable name

5 visualizaciones (últimos 30 días)
Thomas LE DIOURON
Thomas LE DIOURON el 25 de Oct. de 2013
Comentada: Thomas LE DIOURON el 8 de Abr. de 2014
Hello,
I have lot of workspace variables for a Simulink project and I would like to rename all of them in a Matlab script. I know how to retrieve the variable contents but I don't know how to rename the variable. Could you help me?

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 25 de Oct. de 2013
If you want to rename A to B
B=A
clear A
  3 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 25 de Oct. de 2013
Why evalin? while B=A is simple
Thomas LE DIOURON
Thomas LE DIOURON el 8 de Abr. de 2014
With only B=A, the variables deals with the Base Workspace, not with the model workspace.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Large-Scale Modeling en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by