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 CenterFile Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by