Statistik
3 Fragen
0 Antworten
RANG
73.007
of 301.552
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.321
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.320
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
Feeds
Frage
I think my program is complete.. What happen to this line? u(i)=sin(pi*x(i)); ??
if true % code end n=10; c1=0; c2=0; k= 0.0025; L=1; h=0.1; alpha=1; T=0.025; n=L/h;m=T/k; lambda =alpha*...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I need to tabulate the data for u(x,t) vs x
I need to tabulate the data for u(x,t) vs x. Someone help me please :( if true % code end L = 1.; T = 1.; maxk =...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hello there. I ran a matlab program and i cant produce any graph. This program can run but it doesnt show any graph.. Please help me
L = 1.; T = 1.; maxk = 2500; dt = T/maxk; n=50; dx = L/n; cond = 1/4; b = 2.*cond*dt/(dx*dx); for i= 1:n+1 x(i) = (i-...
mehr als 12 Jahre vor | 2 Antworten | 0