How would I generate symbolically the time function

f(t)=0.0065-0.00024 e-2.5t cos(21t)+0.057 e-2.5t sin(23t) -0.0071e-8t

2 件のコメント

Walter Roberson
Walter Roberson 2014 年 2 月 22 日
Is 0.00024 e-2.5t intended to mean (0.0024 * 10^(-24)) - (2.5 * t), or is it intended to mean (0.00024) * exp(-2.5 * t) or something else? What does the cos(21*t) multiply ? Please rewrite your expression to be clearer.
Warum Nicht
Warum Nicht 2014 年 2 月 22 日
See attachment

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

回答 (1 件)

Dishant Arora
Dishant Arora 2014 年 2 月 22 日

0 投票

F = @(t)t^2+cos(t);

2 件のコメント

Warum Nicht
Warum Nicht 2014 年 2 月 22 日
how did you get to this?
Dishant Arora
Dishant Arora 2014 年 2 月 22 日
How did I get to this?? This is how you define mathematical functions symbolically. I just defined a random function not the one you asked.

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

カテゴリ

ヘルプ センター および File ExchangeMathematics and Optimization についてさらに検索

タグ

質問済み:

2014 年 2 月 22 日

コメント済み:

2014 年 2 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by