HOW to write cos^2(t) in matlap
365 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Saad Almalki
am 18 Jun. 2020
Kommentiert: Stephen23
am 1 Apr. 2022
HOW to write cos^2(t) in matlap
2 Kommentare
Akzeptierte Antwort
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
0 Kommentare
Weitere Antworten (0)
Siehe auch
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!