Prasanth Reddy
Followers: 0 Following: 0
Feeds
已回答
Integrate acceleration to velocity and displacement
data = csvread('acc.csv',0,1); t=0:0.05:947*0.05; ax = data(:,1) ; vx=cumtrapz(t,ax); dx=cumtrapz(t,vx); subplot(1,3,1); p...
Integrate acceleration to velocity and displacement
data = csvread('acc.csv',0,1); t=0:0.05:947*0.05; ax = data(:,1) ; vx=cumtrapz(t,ax); dx=cumtrapz(t,vx); subplot(1,3,1); p...
2 years 前 | 0