Scalling MATLAB Distance Velocity
古いコメントを表示
Suppose I have the following two time vectors vectors
t2 = 4 4 4 5 5 5 6 6 6 7 7 7
and t1 = 1 2 3 4 5 6 7 8 9
I know the velocity is 1 m/s.
How can I scale t2 and t1? In other words, how can I set the first t2(1) = t1(1) ?
5 件のコメント
Image Analyst
2013 年 3 月 4 日
What is t4? Do you mean t2? Then of course you can set t2(1) = t1(1), why do you have doubts? And what does velocity have to do with it?
Walter Roberson
2013 年 3 月 4 日
My guess is that it has to do with interpolation rather than "scaling", but I don't know.
Jan
2013 年 3 月 5 日
There is still the confusing t4 in the questions. Please, Anthony, edit the question and either fix or explain this.
T
2013 年 3 月 5 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!