photo

Yasir


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

Followers: 0   Following: 1

统计学

MATLAB Answers

8 个提问
0 个回答

排名
91,998
of 299,837

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,816

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,201

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


plot(skin friction)
skinfriction() function skinfriction Nt=0.5; Nb=0.5; Le=2; Pr=1; lambda=1.5; s=1; A=3; %% solution in structure form %First ...

1 year 前 | 0 个回答 | 0

0

个回答

提问


dual solution for skin friction and nusselt number and sheerword number using bvp4c solver: mathematical equations and the code is given in description.
Artical:Unsteady boundary-layer flow and heat transfer of a nanofluid over a permeable stretching/shrinking sheet here are the ...

1 year 前 | 0 个回答 | 0

0

个回答

提问


sol2 = bvp4c(@bvpexam2, @bcexam2, sol);
how to get second solution from this code.I ploted first solution for different values of alpha. function Ibrardual clc cl...

1 year 前 | 1 个回答 | 0

1

个回答

提问


sol2= bvp4c(@bvpexam2, @bcexam2, sol); (How can I plot second solution)
using this code for different values of alpha i ploted the first solution. now what changes are required to plot second solution...

1 year 前 | 0 个回答 | 0

0

个回答

提问


why this error? >> Untitledyasir Error using bvp4c (line 251) Unable to solve the collocation equations -- a singular Jacobian encountered. Error in Untitledyasir (line 55) s
function slipflow format long g %Define all parameters % Boundary layer thickness & stepsize etaMin = 0; etaMax1 = 15; eta...

1 year 前 | 0 个回答 | 0

0

个回答

提问


what is the error here?
here is the code . slipflow() function slipflow format long g %Define all parameters % Boundary layer thickness & stepsize ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


how can i plot graph of skin friction using the bellow code.
what changes are required in this code slipflow() function slipflow format long g %Define all parameters % Boundary laye...

1 year 前 | 1 个回答 | 0

1

个回答

提问


how can i plot graph of skin friction and nusselt number and how can i get different points to plot them
I want to plt graph of skin friction,nusselt number and sheerwod number. what changes are required in the code.

1 year 前 | 0 个回答 | 0

0

个回答