thesis/sistema.m

4 lines
74 B
Matlab
Raw Normal View History

2024-07-12 19:14:53 +02:00
function x = sistema(t, x)
x = unicycle(t, x, control_act(t, x));
end