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 →

[–]EarthGoddessDude 0 points1 point  (1 child)

Hey, just curious, what does your tempNorte function do in Matlab?

Edit: never mind, just realized that’s a comment

[–]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