Skip to content
Snippets Groups Projects
Commit 101ae072 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Nuke obsolete octave file

parent f33cf2ff
No related branches found
No related tags found
No related merge requests found
% -*- mode:octave -*-
function ret = H(s)
if s < 1
ret = 1*s;
else
ret = 2*s+1*(1-2);
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment