Statistics
2 Questions
0 Answers
RANK
62,267
of 301,383
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,252
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,306
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
