your EXPERTISE required sir
array forming for solution
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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
Risposta accettata
Ameer Hamza
il 16 Nov 2020
Mapping toolbox already has a function for this: https://www.mathworks.com/help/map/ref/grn2eqa.html.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Cell Arrays in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!