photo

Matthew Williams


Last seen: alrededor de 1 mes hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta