Get cosine real values
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Robert
le 10 Mar 2021
Réponse apportée : Walter Roberson
le 10 Mar 2021
I want to get the real values of cosine here in this code-
syms q
T = cosd(q);
T04 = subs(T,{q},{10})
Output:
T04 =
cos(pi/18)
How can I get real value which is 0.9848 with this script and with the same code pattern?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!