thesis/sistema.m

4 lines
74 B
Matlab

function x = sistema(t, x)
x = unicycle(t, x, control_act(t, x));
end