Feeds
답변 있음
changing part of the name of a variable inside a "for" loop
You could do this very easily with a struct. data = struct; for k = 1:4 data.(['DT' num2str(k*10) 'sec'])= A*data.(['T'...
changing part of the name of a variable inside a "for" loop
You could do this very easily with a struct. data = struct; for k = 1:4 data.(['DT' num2str(k*10) 'sec'])= A*data.(['T'...
7년 초과 전 | 1

