Community Profile

photo

Danish Teo


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Index in position 1 exceeds array bounds. Index must not exceed 161. Error in Test (line 100) T(i,j)=(Tc(i-1,j)+Tc(i+1,j)+Tc(i,j+1)+Tc(i,j-1))/4.;
I think its the rows round(a/dx+1); Y = round(b/dy+1); T = ones(X,Y)*30; max_iteration = 10000; error_max = 1e-6; n = 1; ...

2 years ago | 1 answer | 0

1

answer

Question


Contour mapping not applied to all points.As you can see from the figure provided. The result of my code is the Contour mapping of the noise sources using pcolor and fcontour
As you can see from the figure provided. The result of my code is the Contour mapping of the noise sources using pcolor and fc...

2 years ago | 1 answer | 0

1

answer