Feeds
질문
Is there a way to remove the nested for loops from this segment of code? I'm trying to make the code generic so it can take in n-number of moment arrays.
moment(:,:,1) = [1 0 0; 2 1 0]; moment(:,:,2) = [2 2 2; 3 0 1]; moment(:,:,3) = [3 1 2; 1 1 1]; moment(:,:,4) = [1 0 0; ...
8년 초과 전 | 답변 수: 3 | 0

