Community Profile

photo

James Cress


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

Answered
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'...

6 years ago | 1