Feeds
질문
For loop indexing error
ri = 40.34; rf = 40; Em = 3.5e-9; Ef = 1000e-9; z = linspace(0,0.34,12); n=1; E = zeros(12); r = zeros(12); for j = 1:12...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Adding smaller matrices into a bigger matrix
How to add two small matrices a(2X2) and b(2X2) into a large matrix of K(3X3) such that matrix a occupies K(1:2,1:2) and matrix ...
대략 6년 전 | 답변 수: 1 | 0
