This website requires JavaScript.
Explore
Help
Sign In
EmaMaker
/
thesis
Watch
1
Star
0
Fork
You've already forked thesis
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
44f65aed77
thesis
/
sistema.m
4 lines
74 B
Matlab
Raw
Normal View
History
Unescape
Escape
isolate control in its own function
2024-07-12 19:14:53 +02:00
function
x
=
sistema
(
t, x
)
x
=
unicycle
(
t
,
x
,
control_act
(
t
,
x
)
)
;
initial simulations model a unicycle with exact i/o linearization. Plot the desired trajectory on each axis and the one took by the robot
2024-07-12 19:13:29 +02:00
end