@@ -0,0 +1,3 @@
function r = rect(x);
r = 0.5 * (sign(x + 0.5) - sign(x - 0.5));
end
The note is not visible to the blocked user.