Clear Filters
Clear Filters

line-of-sight cartesian form

2 views (last 30 days)
aryan ramesh
aryan ramesh on 9 Jun 2021
Hello community,
I was trying to calculale los2 using cartesian coordinates but it seems it is not possible
tx = txsite("cartesian", ...
"AntennaPosition",[2; 5; 6;], ...
'TransmitterFrequency',5e9);
rx = rxsite("cartesian", ...
"AntennaPosition",[20; 20; 20;], ...
"AntennaAngle",[0;90]);
los2(tx, rx)
Error
Click on the map for point 1
Error using gcm (line 25)
Not a map axes.
Error in inputm (line 44)
gcm(hndl);
Error in los2 (line 139)
[lat1,lon1] = inputm(1);

Answers (0)

Categories

Find more on Geographic Plots in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!