measurement the vehicle speed?

1 view (last 30 days)
Fitroh Amaluddin
Fitroh Amaluddin on 2 Apr 2014
Edited: Patrik Ek on 20 Aug 2014
how to calculating the vehicle speed?
  3 Comments
Fitroh Amaluddin
Fitroh Amaluddin on 20 Aug 2014
sory,
but do you have any code for calculating the vehicle speed? send to ninetiles@gmail.com please?
Patrik Ek
Patrik Ek on 20 Aug 2014
Edited: Patrik Ek on 20 Aug 2014
v=ds/dt. Otherwise, hard to say. In general I would say do by hand and sample the answer. If the data is sampled, use diff. You may also use symbolic toolbox
syms t;
v = mySymbolicFcn;
dvdt = diff(v);
and then use subs to evaluate the expression.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!