我用eval生成多个变量,如A1,A2。。。A100,请问如何去自动去读这些变量?
用['A' num2str(i)]做循环后产生的只是字符串‘A1’,‘A2’等,并不能读出这些变量,求助!

 Akzeptierte Antwort

jtugxjb
jtugxjb am 21 Mai 2023

0 Stimmen

继续用eval啊,eval(['A' num2str(i)]);

Weitere Antworten (0)

Kategorien

Mehr zu 变量 finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 21 Mai 2023

Beantwortet:

am 21 Mai 2023

Community Treasure Hunt

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

Start Hunting!