Community Profile

photo

Zachary Bassett


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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; ...

etwa 7 Jahre vor | 3 Antworten | 0

3

Antworten