how to assign angle
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Offroad Jeep
am 14 Mai 2016
Kommentiert: Image Analyst
am 14 Mai 2016
Hi to all I am fine and hoping for the same. I want to take cos(theta) of the angle but for a = 1 and b = 1 angle should be 0 and for a = 1 and b = -1 it should be 180. The result should be in matrix form again. File attached.
Regards
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 14 Mai 2016
You do not multiply a and b by the cosine. You multiply a and b by pi and put it inside the cosine, cos(), OR multiply by 180 and put inside cosd(). See if that hint can help you. meshgrid() may also help.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!