I have displacement vector which i have calculated froma a model for a particular place, how to proceed to get the time series of displacement vectort

1 次查看(过去 30 天)
I have displacement vector which i have calculated froma a model for a particular place, how to proceed to get the time series of displacement vector
  1 个评论
dpb
dpb 2013-10-24
I don't understand the question -- how to get a vector from a vector you already have??? If you mean to generate a time vector corresponding, that depends on how you generated it -- is it a constant dt or the output of an ode function? If the former
O:dt:(length(d)-1)*dt
if the latter use the two outputs of the various odexxx functions are time, result, repsectively. If those guesses are off target, expound on the question...

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by