I have 60*3 Matrix. i have store it into L. then i have to allocate these value as (L1, L2, L3, L4.......L20) for 20 matrix. how can i allocate. please tell me command or allocation
Show older comments
L =
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.7568e-12 -2.027e-12 0
-2.027e-12 1.0363e-10 0
0 0 2.1978e-10
6.7568e-12 -2.027e-12 0
-2.027e-12 1.0363e-10 0
0 0 2.1978e-10
6.7568e-12 -2.027e-12 0
-2.027e-12 1.0363e-10 0
0 0 2.1978e-10
6.7568e-12 -2.027e-12 0
-2.027e-12 1.0363e-10 0
0 0 2.1978e-10
6.7568e-12 -2.027e-12 0
-2.027e-12 1.0363e-10 0
0 0 2.1978e-10
6.7568e-12 -2.027e-12 0
-2.027e-12 1.0363e-10 0
0 0 2.1978e-10
6.7568e-12 -2.027e-12 0
-2.027e-12 1.0363e-10 0
0 0 2.1978e-10
6.7568e-12 -2.027e-12 0
-2.027e-12 1.0363e-10 0
0 0 2.1978e-10
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
6.1028e-11 -4.8863e-11 0
-4.8863e-11 6.1028e-11 0
0 0 2.6185e-11
%formula for allocation
allL(3*k-2:3*k,1:3)=L(1:3,1:3);
L(1:3,1:3)=allL(1:3,1:3)1 Comment
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!