t = 2 s, i = √−1, and 𝜔=120π rad/s. Evaluate the following using MATLAB? Hint: exp(n) is used in MATLAB to evaluate en. (a) e−2𝑡𝑐o𝑠 (𝜔𝑡)

3 ビュー (過去 30 日間)
Muhammad  Kashif
Muhammad Kashif 2022 年 4 月 18 日
コメント済み: Sam Chak 2022 年 4 月 19 日
t = 2 s, i = √−1, and 𝜔=120π rad/s. Evaluate the following using MATLAB? (a) e−2𝑡𝑐o𝑠 (𝜔𝑡)
  3 件のコメント
Rik
Rik 2022 年 4 月 18 日
You can find guidelines for posting homework on this forum here. If you have trouble with Matlab basics you may consider doing the Onramp tutorial (which is provided for free by Mathworks). If your main issue is with understanding the underlying concept, you may consider re-reading the material you teacher provided and ask them for further clarification.
Sam Chak
Sam Chak 2022 年 4 月 18 日
Are you trying to tell us that you don't know how to input n because there is no superscript on the "e" in the expression ?
You probably want to ask, "Can I put nothing in the argument?"
exp()

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

回答 (1 件)

James Tursa
James Tursa 2022 年 4 月 18 日
編集済み: James Tursa 2022 年 4 月 18 日
I am guessing that the original expression shown is supposed to be interpreted as:
Then take the hint at how to evaluate the part, and I am guessing the hint is supposed to read: exp(n) is used to evaluate
But this is just a guess, and that doesn't explain why there is a definition of i in your assignment. Maybe you can post an image of the actual assignment so we can be sure what is really being asked?
  1 件のコメント
Sam Chak
Sam Chak 2022 年 4 月 19 日
@James Tursa, guess you're right.
t = 2;
omega = 120*pi;
y = exp(- 2*t)*cos(omega*t)
But still, I wonder why is given.

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

カテゴリ

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

タグ

製品


リリース

R2007b

Community Treasure Hunt

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

Start Hunting!

Translated by