Feeds
질문
will creating a variable map(i,j) = {array} (this is inside two for loops) create a variable that has i locations with unique locations j inside i?
1 for i = 100:100:500 2 A = load('data_i', 'gotcha'); 3 B = load(data_i+100, 'gotcha'); 4 gotcha1 = A.gotch...
거의 6년 전 | 답변 수: 0 | 0