Community Profile

photo

Nk


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Help me to reduce its accuracy?
I am solving entropy generation and heat transfer problem; whose code is: function Needle a=0.01; r=2.0; Pr=3.0; Ec=0.3; ...

1 year ago | 0 answers | 0

0

answers

Question


I could'not understand why my plot doesnot show line?
This is the code: %function Needle a=0.2; r=2.0; Pr=3.0; Nr=10; Ec=0.3; solinit= bvpinit(linspace(a,15,100),[0 0 0 0 0]);...

1 year ago | 2 answers | 0

2

answers

Question


help me to find error in this?
function Needle a=0.01; solinit= bvpinit(linspace(a,40,100),[0 0 0 0 0]); sol = bvp4c(@Needleode,@Needlebc,solinit); eta = s...

1 year ago | 0 answers | 0

0

answers

Question


help to find error in this?
function Needle a=0.01; Pr=3.0;R=2.0;Nr=10;Ec=0.3; solinit= bvpinit(linspace(a,40,100),[0 0 0 0 0]); sol = bvp4c(@Needleode,...

1 year ago | 3 answers | 0

3

answers

Question


help me to find error in this file?
function Needle1 a=0.2; solinit= bvpinit(linspace(a,40,100),[0 0 0]); sol = bvp4c(@Needle1ode,@Needle1bc,solinit); eta = so...

1 year ago | 1 answer | 0

1

answer

Question


can someone help me?
i have bvp4c code which is: function Needle a=0.01; solinit= bvpinit(linspace(a,40,100),[0 0 0]); sol = bvp4c(@Needleode,@Ne...

1 year ago | 0 answers | 0

0

answers

Question


can someone help me to understand what is the error in this?
function radiation a=0.1; e=0; xa=0; xb=inf; E=linspace(xa,xb,5); sol = bvpinit(linspace(xa,xb,5),[0 0 0]); sol1 = bvp4c...

1 year ago | 1 answer | 0

1

answer