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 vue (au cours des 30 derniers jours)
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 commentaire
dpb
dpb le 24 Oct 2013
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...

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by