how can i create a random motion with a specified curve

2 ビュー (過去 30 日間)
ADNAN KIRAL
ADNAN KIRAL 2019 年 5 月 23 日
コメント済み: ADNAN KIRAL 2019 年 5 月 27 日
hi
how can i produce a random motion with a specified curve ?
i want to simulate a random motion which is fitting the following curve. can anyone please help me with that ?
many thanks
delete.png
an example like this
delete.png

採用された回答

Image Analyst
Image Analyst 2019 年 5 月 25 日
See my attached demo to fit a decay curve. Put in the points you see on the graph to train it. For example (0.5, 8) and (5, 1).
Then, simply use rand() to add random noise to the y vector, and possibly also the x vector (if you want).
  3 件のコメント
Image Analyst
Image Analyst 2019 年 5 月 26 日
編集済み: Image Analyst 2019 年 5 月 26 日
Oh, I thought you were trying to create a simulation (you did mention simulation in your first post). If you have actual data, then simply use plot() to plot your existing data.
ADNAN KIRAL
ADNAN KIRAL 2019 年 5 月 27 日
I see thanks for your reply.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by