HOW to write cos^2(t) in matlap
289 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
HOW to write cos^2(t) in matlap
2 commentaires
Réponse acceptée
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
0 commentaires
Plus de réponses (0)
Voir également
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!