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
c02aa51088
thesis
/
sistema_discr.m
4 lines
102 B
Matlab
Raw
Normal View
History
Unescape
Escape
extend unicycle to differential drive
2024-07-31 09:47:09 +02:00
function
dq
=
sistema_discr
(
t, q, u_discr, sim_data
)
dq
=
diffdrive
(
t
,
q
,
u_discr
,
sim_data
)
;
simulate system in discrete time
2024-07-14 15:16:05 +02:00
end