thesis/sistema.m

4 lines
74 B
Matlab
Raw Normal View History

2024-07-23 18:07:50 +02:00
function q = sistema(t, q)
q = unicycle(t, q, control_act(t, q));
end