how to write cosdelta alphain MATLAB coding
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
cosd(delta+alpha)
8 comentarios
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()
0 comentarios
Ver también
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!