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