Statistics
All
RANK
11,139
of 297,307
REPUTATION
4
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,421
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Getting error in code - program to solve Poisson’s equation in 1D
Tom, The index i runs from 1 to N, but if rho has N elements, then rho(i+1) will give an error if i = N.
Getting error in code - program to solve Poisson’s equation in 1D
Tom, The index i runs from 1 to N, but if rho has N elements, then rho(i+1) will give an error if i = N.
3 years ago | 0
Answered
how to plot a temperature distribution of a solid cylinder with heat generation
Kailey, Here are a few comments: You are plotting one point at a time, but with that plot statement, you won't see any points....
how to plot a temperature distribution of a solid cylinder with heat generation
Kailey, Here are a few comments: You are plotting one point at a time, but with that plot statement, you won't see any points....
3 years ago | 0
Answered
How do I subtract every row of a matrix with every row of a second matrix?
Here's how I understood the question. If you have A = magic(3) and B = eye(3)--that is, A = [8 1 6; 3 5 7; 4 9 2]; B = [1 0 ...
How do I subtract every row of a matrix with every row of a second matrix?
Here's how I understood the question. If you have A = magic(3) and B = eye(3)--that is, A = [8 1 6; 3 5 7; 4 9 2]; B = [1 0 ...
3 years ago | 0
| accepted