integration of double array in a given time period

2 ビュー (過去 30 日間)
F R
F R 2017 年 6 月 12 日
編集済み: F R 2017 年 6 月 12 日
I have a data as velocity signal as let's say v = double([7 8 5 4 5 6 7 0 9]) and I have another vector which represents time signal as t = double([1 2 3 4 5 6 7 8 9]), Is there a way to find position by integrating v in the given time period of t in Matlab without simulation? Currently, I am using: y = integrator (v,t); but it does not give a correct signal! it just returns scalar

採用された回答

Walter Roberson
Walter Roberson 2017 年 6 月 12 日
I am not sure what you mean by "without simulation" ?
Have you considered cumtrapz ?

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by