function u=fn_Vin(t,x)

if (t<5)
    u=6;
else
    u=0;
end
end