HOW to write cos^2(t) in matlap

358 ビュー (過去 30 日間)
Saad Almalki
Saad Almalki 2020 年 6 月 18 日
コメント済み: Stephen23 2022 年 4 月 1 日
HOW to write cos^2(t) in matlap
  2 件のコメント
pushpendra pratap singh
pushpendra pratap singh 2021 年 12 月 18 日
cos(t).^2
Stephen23
Stephen23 2022 年 4 月 1 日
1 - sin^2(t)

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

採用された回答

madhan ravi
madhan ravi 2020 年 6 月 18 日
編集済み: madhan ravi 2020 年 6 月 18 日
t = 0:pi:2*pi;
cos(t).^2 % basic question , start with MATLAB Onramp course

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by