Untitled

 avatar
unknown
plain_text
a year ago
47 B
5
Indexable
function y = impulse(n)
    y = (n == 0);
end
Editor is loading...
Leave a Comment