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

1 回表示 (過去 30 日間)
asna akhtar
asna akhtar 2019 年 4 月 3 日
回答済み: asna akhtar 2019 年 4 月 4 日
gvsm=((2.*modA.*(modV.^2).*cosd(delta+alpha))-modV)./(B^2)

回答 (2 件)

madhan ravi
madhan ravi 2019 年 4 月 3 日
編集済み: madhan ravi 2019 年 4 月 3 日
modA should be abs(A) and the sizes of each variable should be ( compatible ) the same to perform that operation.
  2 件のコメント
asna akhtar
asna akhtar 2019 年 4 月 4 日
how do we know whether the size is same or not. if not, how to do it?
madhan ravi
madhan ravi 2019 年 4 月 4 日
Provide the values of missing datas.

サインインしてコメントする。


asna akhtar
asna akhtar 2019 年 4 月 4 日
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.

カテゴリ

Help Center および File ExchangeMathematics and Optimization についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by