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 years 前 | 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 years 前 | 1 个回答 | 0
