Mohammad Ezzad Hamdan - MATLAB Central
photo

Mohammad Ezzad Hamdan


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 05/18 to 04/25Use left and right arrows to move selectionFrom 05/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
0 个回答

排名
272,822
of 298,102

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,343

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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)...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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)= ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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?

7 years 前 | 0 个回答 | 0

0

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to find the scalar multiple of two vectors?
Example; a=[1;2;3] and b=[2;4;6], hence the lambda is 2.

7 years 前 | 1 个回答 | 0

1

个回答

提问


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?

7 years 前 | 1 个回答 | 0

1

个回答