Statistik
2 Fragen
0 Antworten
RANG
238.228
of 300.365
REPUTATION
0
BEITRÄGE
2 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.933
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.262
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
What wrong in line 12 ?? help me please (Index exceeds matrix dimensions.)
clear close all; N=10; h = 0.5; u1(1)= 2 ; u2(1)= 3 ; u3(1)=0 ; t(1) = 0; for n=1:N u3(n+1)=u1(n)+h*u2(1); u1(...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
subscript indices must either be real positive integers or logicals help line u1(0)=2
clear close all; h = 0.5; N = 10; u1(0)= 2 ; u2(0)= 3 ; t(0) = 2; for n=0:10 u1(n+1)=u1(n) +h*u2(n); u2(n+1)=u2...
mehr als 6 Jahre vor | 1 Antwort | 0
