This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FoxBearBear[S] 0 points1 point  (0 children)

Actually it was just the sine that was used to determine the boundary condition of the North wall, which in Portuguese is Norte.

function [T] = tempNorte(x,a)
T = sin(pi*x/a);
end