Error in a matrix operation
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tamia Eli
le 21 Juil 2020
Commenté : Star Strider
le 21 Juil 2020
Can you explain me what is the problem?, I want to operate with my column matrix c, I tried to conver it to row matrix.
c =
Columns 1 through 5
-0.0465421133865154 -0.0349065850398866 -0.0174532925199433 6.93889390390723e-18 0.0174532925199433
Columns 6 through 7
0.0349065850398866 0.0465421133865154

0 commentaires
Réponse acceptée
Star Strider
le 21 Juil 2020
Assuming that everything except ‘c’ is a scalar, it is still necessary to use element-wise operations to calculate ‘d’.
Try this:
d = N.*cos(prr).*log(tan(pi/4+c/2).*((1-e*sin(c))./(1+e*sin(c))).^(e/2));
.
2 commentaires
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!