Statistik
RANG
261.381
of 300.379
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.931
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.299
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
Plotting graph using arrays
x=zeros(1,10); x(2:4) =1; y= linspace(0,10,10); plot(y,x) <</matlabcentral/answers/uploaded_files/92133/Untitle...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortBeantwortet
Tridiagonal matrix (thomas algorithm)
%of the form AX=B n=input('enter the order for the matrix'); for(i=1:n) for(j=1:n) a(i,j)=input('enter t...
Tridiagonal matrix (thomas algorithm)
%of the form AX=B n=input('enter the order for the matrix'); for(i=1:n) for(j=1:n) a(i,j)=input('enter t...
fast 10 Jahre vor | 0
