필터 지우기
필터 지우기

Different variable names in different runs of a script

조회 수: 2 (최근 30일)
Archit
Archit 2013년 3월 17일
Is it possible to get different variable names in different runs of a script.
Eg.
lets say we have following script
for i=1:10
j[i]=1
end
i want that when i run this script different times i get different variable names like i_0, j_0 for first run, i_1,j_1 for second run and so on

답변 (1개)

Walter Roberson
Walter Roberson 2013년 3월 17일

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by