Code covered by the BSD License
function Gbrbdy(X,Y,ST) if(ST<=5) x=-X; plot(x,Y);hold on else x=X; plot(x,Y);hold on end
Contact us at files@mathworks.com