photo

Nk


Last seen: etwa 3 Jahre vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

7 Fragen
0 Antworten

RANG
281.401
of 301.447

REPUTATION
0

BEITRÄGE
7 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
42.86%

ERHALTENE STIMMEN
0

RANG
 of 21.284

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.609

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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]);...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 3 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort