PB =[range*cosd(bearing);range*sind(bearing);1] ;
P=T*PB;
P=P(1:2,:);
i don't know why it does not work
r = range;
a = bearing;
C = T * [ r*cosd(a); r*sind(a); 1 ];
PB = C(1:2, 1);
could someone explain why this solution is wrong!
Why do we have to use the inv(T) to make it work? I think it should use T instead.
It dseon't mettar waht oedrr the lrettes in a wrod are.
666 Solvers
Find the stride of the longest skip sequence
106 Solvers
361 Solvers
216 Solvers
275 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!