how to write cosdelta alphain MATLAB coding

2 visualizaciones (últimos 30 días)
asna akhtar
asna akhtar el 3 de Abr. de 2019
Comentada: Adam Danz el 5 de Abr. de 2019
cosd(delta+alpha)
  8 comentarios
asna akhtar
asna akhtar el 5 de Abr. de 2019
there are many values of delta and alpha because they are in 1×30 matrix form so it is not possible to write all the values.
Adam Danz
Adam Danz el 5 de Abr. de 2019
But you could provide a sample of those values and you could definitely provide the results of the three lines of code. Good luck.

Iniciar sesión para comentar.

Respuestas (1)

madhan ravi
madhan ravi el 3 de Abr. de 2019
Editada: madhan ravi el 3 de Abr. de 2019
cosd(bsxfun(@plus,Delta+Alpha)) % assuming units are degrees else use cos()

Categorías

Más información sobre Platform and License 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!

Translated by