Polynom of phi -> derivate to [mm/rad] and [mm/rad^2]
Mostra commenti meno recenti
Hello everybody, I need your help!
I have a huge dataset for an ellipse.
Column 1 = degree from 0° -> 360°
Column 2 = radius (I define it as distance from the center) -> s [mm]
In the end I would like to plot the angular velocity [mm/rad] and the angular acceleration [mm/rad^2]. Therefor I used polyfit to get a function for the radius in dependency of degree -> s(°) with the unit [mm]
Now I would like to diff this function to get the angular velocity [mm/rad] and the angular acceleration [mm/rad^2].
The math looks like this:
s_dot = ds/dt = ds/dphi * dphi/dt = ds/dphi * omega
I have already tried it in several ways, but I’m not able to succeed.
Many thanks in advance!
Cheers
Christian
5 Commenti
Jan
il 18 Gen 2017
Usually teh term "velocity" has a relation to time. Do I understand correctly, that this is not so in your case?
Christian
il 18 Gen 2017
David Goodmanson
il 19 Gen 2017
Hi Christian, by 'angular velocity' do you mean 'radial velocity'? It does involve ds, and it is in mm/rad.
Christian
il 19 Gen 2017
Risposte (0)
Categorie
Scopri di più su Time Series Events in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
