HOW to write cos^2(t) in matlap

365 Ansichten (letzte 30 Tage)
Saad Almalki
Saad Almalki am 18 Jun. 2020
Kommentiert: Stephen23 am 1 Apr. 2022
HOW to write cos^2(t) in matlap
  2 Kommentare
pushpendra pratap singh
pushpendra pratap singh am 18 Dez. 2021
cos(t).^2
Stephen23
Stephen23 am 1 Apr. 2022
1 - sin^2(t)

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

madhan ravi
madhan ravi am 18 Jun. 2020
Bearbeitet: madhan ravi am 18 Jun. 2020
t = 0:pi:2*pi;
cos(t).^2 % basic question , start with MATLAB Onramp course

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by