how to write cosdelta alphain MATLAB coding
Mostrar comentarios más antiguos
cosd(delta+alpha)
8 comentarios
asna akhtar
el 4 de Abr. de 2019
Adam Danz
el 4 de Abr. de 2019
Please show us the values for delta and alpha.
Also what are the results of the following 3 lines?
size(delta)
size(alpha)
which cosd -all
asna akhtar
el 4 de Abr. de 2019
asna akhtar
el 4 de Abr. de 2019
Adam Danz
el 4 de Abr. de 2019
The links are broken.
To offer more advice, I just need this:
Please show us the values for delta and alpha.
Also what are the results of the following 3 lines?
size(delta)
size(alpha)
which cosd -all
asna akhtar
el 5 de Abr. de 2019
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.
Respuestas (1)
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 Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!