•
|
When you have complicated known velocity or acceleration histories, for example from measurements, you can use the integrate() operator. In this case, you enter the prescribed displacement as integrate(my_data(tau),tau,0,t). Here my_data is the measured data as function of time, and tau is a dummy integration variable
|