deg2utm Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: deg2utm.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Rafael Palacios (View more)

deg2utm script description:




Publisher review:
deg2utm - Function to convert lat/lon vectors into UTM coordinates (WGS84) This function is based on UTM.m function by Gabriel Ruiz Martinez, but instead of providing a GUI it works with vectors of coordinates.[x,y,utmzone] = deg2utm(Lat,Lon)

Example 1:Lat=[40.3154333; 46.283900; 37.577833; 28.645650; 38.855550; 25.061783];Lon=[-3.4857166; 7.8012333; -119.95525; -17.759533; -94.7990166; 121.640266];[x,y,utmzone] = deg2utm(Lat,Lon);fprintf('%7.0f ',x)458731 407653 239027 230253 343898 362850fprintf('%7.0f ',y)4462881 5126290 4163083 3171843 4302285 2772478utmzone =30 T32 T11 S28 R15 S51 R

Example 2: If you have Lat/Lon coordinates in Degrees, Minutes and SecondsLatDMS=[40 18 55.56; 46 17 2.04];LonDMS=[-3 29 8.58; 7 48 4.44];Lat=dms2deg(mat2dms(LatDMS)); %convert into degreesLon=dms2deg(mat2dms(LonDMS)); %convert into degrees[x,y,utmzone] = deg2utm(Lat,Lon) Requirements: ยท MATLAB Release: R14SP3
deg2utm is a Matlab script for Earth Sciences scripts design by Rafael Palacios. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5