Fernando Alan Gomez
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 0 个回答 | 0