Feeds
提问
help with column space
hello, I have a matrix defined like this : 2 6 10 14 18 22 26 1 4 8 12 16 20 ...
6 years 前 | 0 个回答 | 0
0
个回答已回答
how can i create this matrix
found a solution: I=8; J=7; A=ones(I,J); for I=1:8 for J=1:7 if I>J A(I,J)=(2*J-1); el...
how can i create this matrix
found a solution: I=8; J=7; A=ones(I,J); for I=1:8 for J=1:7 if I>J A(I,J)=(2*J-1); el...
6 years 前 | 0
提问
how can i create this matrix
hello, i'm new to this software and i couldn't find an explanation to this I have a matrix that is defined like this: A(ij) ,...
6 years 前 | 3 个回答 | 0