photo

iqra


Last seen: 1 year 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
1 个回答

排名
245,379
of 300,292

声誉
0

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,908

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,999

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

已回答
I want a code for solving a coupled 3rd order and 2nd order ode using shooting method and RK-4 numerical technique , please if anyone could help
function main global Pr k1 M lambda Pr=0.7; k1=0.1; M=1; lambda=0.1; rlow=0; rhigh=10; N=1000; options=bvpset('stats','o...

1 year 前 | 0