photo

Yasir


Last seen: 대략 1년 전 2024년부터 활동

Followers: 0   Following: 1

통계

MATLAB Answers

8 질문
0 답변

순위
292,365
of 300,392

평판
0

참여
8 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0

0

답변