photo

Saad Almalki


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

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
33,005
of 300,429

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
1

排名
 of 20,976

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,781

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I modified the code more than once and every time there was an error, can someone tell me where the problem is and how to solve it?
function out = Crank_Niclson( D, u) beta=0.5; % where D = alpha * dt / dx^2 A=zeros(length(u),length(u)); B=u; B(2:end-1)=B...

3 years 前 | 0 个回答 | 0

0

个回答

提问


In what I missed
function [ val, ea, iter] = IterMeth(x , es, maxit) %%initialization iter=12; val = exp(1); xr = [ ]; ea =100; %iterative ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


I have a problem with (IterMeth )
function [ val, ea, iter] = IterMeth(x , es, maxit) %initialization iter=1; val = 1; sol = val; ea =100; %iterative calcul...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Hi I need help here with writing the "Error Estimates iterative methods" code.
Can you give me an example for "Error Estimates iterative Methods" code, or show me how I can get it?

5 years 前 | 1 个回答 | 0

1

个回答

提问


Question here Matlab basics,

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to write this
how to write 9 * u(t-2) in matlab

5 years 前 | 1 个回答 | 0

1

个回答

提问


HOW to write cos^2(t) in matlap
HOW to write cos^2(t) in matlap

5 years 前 | 1 个回答 | 1

1

个回答