photo

Fernando Alan Gomez


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I don't find the error in my function, (index exceed matrix dimensions)?
function [ EAngle ] = Azimuth( A,B ) vDelta1 = B-A angle1 = atan(vDelta(1)/vDelta(2))) angle1 = abs(rad2d...

bijna 7 jaar ago | 1 answer | 0

1

answer

Question


I want to obtain the distance and angle between two coordinates and the arctan of the difference between these two coordinates
function [ vDist, vBearing] = vDistB( A , B ) %UNTITLED2 Summary of this function goes here % Detailed explanation goe...

bijna 7 jaar ago | 0 answers | 0

0

answers