your EXPERTISE required sir
array forming for solution
1 view (last 30 days)
Show older comments
HELLO everyone.plzz help out guys
hope everyone is doing good. need some assisstance guys.
QUESTION:
actually i have formed the array for x,y and z. we need values of lat and long to find array of x and y. what should be the code such that array of x and y is formed
CODE:
[x,y]=grn2eqa(lat, lon);
lat=34.0151 ;lon=71.5249; %%lat long for first value of x any y
lat=45.0151 ;lon=43.5249; %%lat long for second value of x any y
lat=24.0151 ;lon=35.5249; %%lat long for third value of x any y
lat=14.0151 ;lon=35.5249; %%lat long for fourth value of x any y
x=[x(1) x(2) x(3) x(3) x(4)].*100;
y=[y(1) y(2) y(3) y(3) y(4)].*100;
z=[0 0 0 0 ].*188; %%z=[z_1 z_2 z_3 z_p]
BEST REGARDS
Accepted Answer
Ameer Hamza
on 16 Nov 2020
Mapping toolbox already has a function for this: https://www.mathworks.com/help/map/ref/grn2eqa.html.
0 Comments
More Answers (0)
See Also
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!