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
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!