Feeds
질문
NEED HELP, I want to obtain the following array.
I have A = [ a_11 a_12 a_13 ...... a_1n ; a_21 a_22 a_23 ...... a_2n ; ...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
Need help on the array of matrix.
I have a matrix A in a size of n x 1, where A = [a_11 ; a_21 ; a_31 ; ......... ; a_n1] ...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
Hello! How do I replicate the matrix A1, A2, A3,......,An from a matric A0 by using loop?
I have A0 = [ 0 2 3; 0 2 3; 0 2 3]; I want to obtain: A1 = [1 2 3; 1 2 3; 1 2 3]; A2 = [2 2 3; 2 2 3; ...
거의 3년 전 | 답변 수: 1 | 0
