photo

Matthew Williams


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

0

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer