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?

 採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 10 月 25 日

1 投票

If you want to rename A to B
B=A
clear A

3 件のコメント

Thomas LE DIOURON
Thomas LE DIOURON 2013 年 10 月 25 日
thanks, it works with hws.evalin([B '=' A])
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 10 月 25 日
Why evalin? while B=A is simple
Thomas LE DIOURON
Thomas LE DIOURON 2014 年 4 月 8 日
With only B=A, the variables deals with the Base Workspace, not with the model workspace.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by