summaryrefslogtreecommitdiff
path: root/1592/DEPENDENCIES/step_func.sce
blob: 70807103e639a1be70e4e16a2b750c58d098ef74 (plain)
1
2
3
4
5
6
7
8
9
clc
//
function [y]=u(t)
    if t>=0
    y=1
else y=0
    end
endfunction