how to write equation gvsm=((2.*​|A|.|V^2).​cosd(delta​+alpha))-|​V|)./(B.^2​) in MATLAB coding

1 vue (au cours des 30 derniers jours)
asna akhtar
asna akhtar le 3 Avr 2019
gvsm=((2.*modA.*(modV.^2).*cosd(delta+alpha))-modV)./(B^2)

Réponses (2)

madhan ravi
madhan ravi le 3 Avr 2019
Modifié(e) : madhan ravi le 3 Avr 2019
modA should be abs(A) and the sizes of each variable should be ( compatible ) the same to perform that operation.
  2 commentaires
asna akhtar
asna akhtar le 4 Avr 2019
how do we know whether the size is same or not. if not, how to do it?
madhan ravi
madhan ravi le 4 Avr 2019
Provide the values of missing datas.

Connectez-vous pour commenter.


asna akhtar
asna akhtar le 4 Avr 2019
actually in this equation it is unable to calculate cosine angle which is cosd(delta+alpha).and i am not able to justify the matrix.

Catégories

En savoir plus sur Mathematics and Optimization 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