Curious
Followers: 0 Following: 0
Programming Languages:
MATLAB
MATLAB
Feeds
질문
Position finding by triangulation
How can I triangulate a position using two DMEs in matlab?
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to use kalman filter
I have a scenario in which I have a path whose starting and ending point (in lat,long) is given through which the path is drawn ...
2년 초과 전 | 답변 수: 0 | 0
0
답변질문
Lat long Conversion from geodetic to ECEF
I have a problem. I want to convert lattitude and longitude from geodetic coordinates(given in degrees as 33.7660° N, 72.3609° E...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
Ploting Intersection point of three circles
x1=2; y1=8; r1=10; x2=5; y2=5; r2=12; x3=4; y3=9; r3=9; viscircles([x1, y1], r1, 'Color', 'r'); viscircles([x2, y2], r2, 'Co...
2년 초과 전 | 답변 수: 2 | 1
2
답변질문
How to draw three circles with centers and radii given?
I have entered the data in this program and tried to draw three circles on same figure which would then give me their intersecti...
2년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
How do i setup coverage by longley rice model as transmitter to eight other receiver sites?
Your code works well on longley rice model..
How do i setup coverage by longley rice model as transmitter to eight other receiver sites?
Your code works well on longley rice model..
2년 초과 전 | 0
질문
Transmitter Sites in Matlab
Hello Can we define multiple transmitter sites instead of single, if so, how? fq = 6e9; % 6 GHz tx = txsite("Name","MathWor...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
Solving and Plotting Arrays
I am trying to find and plot the values of xSol and ySol by using x and y arrays as follow: clc clear all % DME COORDINATES...
2년 초과 전 | 답변 수: 0 | 0