photo

siva parthasarathy


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

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
0 个回答

排名
216,414
of 301,464

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,292

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,642

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


problem while running shooting method program
function shoot2 % Shooting method for 2nd-order boundary value problem % in Example 8.1. global XSTART XSTOP H % Make...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I need to solve third order coupled ODE BVP by ode45
f'''+ f''*f- f'^2+ lb(F'-f')+2*(f*f'*f''-f^2*f''')+theta=0; F''*F-F'^2+(F'-f')=0; Pr*((theta)'*f+(F'-f')^2+f''); boundary con...

8 years 前 | 0 个回答 | 0

0

个回答

提问


i got the error Attempted to access m1(2); index out of bounds because numel(m1)=1. Error in ==> paper9temp at 7 m=m1(k);. please help me
m=0.2;b=0.4;a=0.2;pi1=pi/6;x=0.5;y=-2:0.1:2;t=0.2; L=0.2;M=1;P=2;k=0.2;Rn =.4;pr=6.2;Bh=1;E=1.5;beta=0.2; m1=[.2 .4 .6];...

10 years 前 | 1 个回答 | 0

1

个回答