Untitled

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