how to write equation gvsm=((2.*|A|.|V^2).cosd(delta+alpha))-|V|)./(B.^2) in MATLAB coding
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
gvsm=((2.*modA.*(modV.^2).*cosd(delta+alpha))-modV)./(B^2)
0 comentarios
Respuestas (2)
madhan ravi
el 3 de Abr. de 2019
Editada: madhan ravi
el 3 de Abr. de 2019
modA should be abs(A) and the sizes of each variable should be ( compatible ) the same to perform that operation.
2 comentarios
Ver también
Categorías
Más información sobre Mathematics and Optimization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!