Feeds
질문
How do I store matrix solutions from a loop into another matrix?
How do I populate the T array with Tr matrices for each n=1:6, so that I can access the elements simply with T(3:3,3:3,2) (rows...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I store matrix solutions from a loop into another matrix?
How do I populate the T matrix with Tr matrices for each n=1:6, so that I can access the elements with T(3:3;3:3,2)? T=zeros(...
10년 초과 전 | 답변 수: 1 | 0
