4 lines
94 B
Matlab
4 lines
94 B
Matlab
function v = ydot(a)
|
|
% YDOT - Evaluates wdot_k M_k / (density)
|
|
%
|
|
v = kinetics_get(a.id,24,0);
|