photo

Yasir


Last seen: environ un an il y a Actif depuis 2024

Followers: 0   Following: 1

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
292 335
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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 ...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


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 ...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


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...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


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...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


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

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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.

plus d'un an il y a | 1 réponse | 0

0

réponse