HOW to write cos^2(t) in matlap

289 vues (au cours des 30 derniers jours)
Saad Almalki
Saad Almalki le 18 Juin 2020
Commenté : Stephen23 le 1 Avr 2022
HOW to write cos^2(t) in matlap
  2 commentaires
pushpendra pratap singh
pushpendra pratap singh le 18 Déc 2021
cos(t).^2
Stephen23
Stephen23 le 1 Avr 2022
1 - sin^2(t)

Connectez-vous pour commenter.

Réponse acceptée

madhan ravi
madhan ravi le 18 Juin 2020
Modifié(e) : madhan ravi le 18 Juin 2020
t = 0:pi:2*pi;
cos(t).^2 % basic question , start with MATLAB Onramp course

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by