Hi, I am trying to write up a ladder function, I use Piecewise:
f[x]=Piecewise{{1.5, {-6<x<-5.8}}}
where this is the first step of the ladder. Then adding a second step:
f[x]=Piecewise{{1.5, {-6<x<-5.8}}, {-1.5, {-5.6<x<-5.4}}}
But the plots are empty. Is this a problem with the intervals?
Thanks