Mohammad Ezzad Hamdan
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
114.650
of 295.467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to loop half matrix
for i=2:nhx-1 for j=2:nhy-1 Unew(i,j) = U(i,j)-dt*(P(i+1,j)-P(i-1,j))/(2*hx)... +nu*dt*(1/(hx*hx)...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
How to produce square matrix in this form
How can I form a square matrix in this form regardless of its dimension. Note that the pattern; 1 will form after three 0 from t...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Replace nested loops with a matrix
I have to optimize this code but i am not sure how to turn it into a matrix. for i=2:nhx-1 for j=2:nhy-1 U(i,j)= ...
meer dan 3 jaar ago | 2 answers | 0
2
answersQuestion
Number of elements error
p = [2 3 4 5 6 7 8 9 10]; L2 = zeros(size(p)); xchange = zeros(size(p)); f = @(x) (cos(2*x)).*(sin(x)-0.5*x.^2); for j = 1...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
Determine function as output
How can i determine if the output is a fraction, it will return true, or else its a false. Are there any specific function?
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
How to determine fraction as an output?
I used the '[v,d]=eig(A)' function, but it prints 72.00000 instead of 72. If it is a fraction (eg: 1/3 which will produce 0.3333...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
How to find the scalar multiple of two vectors?
Example; a=[1;2;3] and b=[2;4;6], hence the lambda is 2.
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
How to check that two column vectors are multiple of each other?
Example [1;2;3] and [2;4;6]. Are there any specific functions i can use?
meer dan 6 jaar ago | 1 answer | 0