how to write equation gvsm=((2.*|A|.|V^2).cosd(delta+alpha))-|V|)./(B.^2) in MATLAB coding
1 次查看(过去 30 天)
显示 更早的评论
gvsm=((2.*modA.*(modV.^2).*cosd(delta+alpha))-modV)./(B^2)
0 个评论
回答(2 个)
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mathematics and Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!