measurement the vehicle speed?

2 Ansichten (letzte 30 Tage)
Fitroh Amaluddin
Fitroh Amaluddin am 2 Apr. 2014
Bearbeitet: Patrik Ek am 20 Aug. 2014
how to calculating the vehicle speed?
  3 Kommentare
Fitroh Amaluddin
Fitroh Amaluddin am 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 am 20 Aug. 2014
Bearbeitet: Patrik Ek am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by