Matthew Williams
Followers: 0 Following: 0
Statistik
3 Fragen
0 Antworten
RANG
72.478
of 295.467
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
I was wondering how to set up the backwards sweep (i=M:-1:1) to handle the values from the forward sweep. The matrix Tn1 updates to Tn, but then for the updated matrix after the backwards sweep the data isn't connected at all to the forward sweep.
function TwoDTriangularFinProject() %% Geometry information L= 0.10; %Length of Fin, meters w= 0.20; %Width of Fin, meters...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I'm getting the error "Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-31." The function Tn1(:,i)=tridiagonal(b,a,c,d); where there error lies, Can someone help me with this.
%% Geometry information L= 0.10; %Length of Fin, meters w= 0.20; %Width of Fin, meters tt=0.01; %Full thickness of the Fi...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I'm getting the error "Array indices must be positive integers or logical values." and it seems like I structures the for loop to handle the equations. Can anyone help me with this?
ds=zeros(length(y),1); dAs=zeros(length(y),1); Ac=zeros(length(y),1); for j=1:N t1=(t(y(j))+t(y(j+1/2)))/2; %average thickn...
fast 4 Jahre vor | 1 Antwort | 0