User manual MATLAB MAPPING TOOLBOX RELEASE NOTES

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual MATLAB MAPPING TOOLBOX. We hope that this MATLAB MAPPING TOOLBOX user guide will be useful to you.


MATLAB MAPPING TOOLBOX RELEASE NOTES: Download the complete user guide (774 Ko)

Manual abstract: user guide MATLAB MAPPING TOOLBOXRELEASE NOTES

Detailed instructions for use are in the User's Guide.

[. . . ] Mapping ToolboxTM Release Notes How to Contact The MathWorks Web Newsgroup www. mathworks. com/contact_TS. html Technical Support www. mathworks. com comp. soft-sys. matlab suggest@mathworks. com bugs@mathworks. com doc@mathworks. com service@mathworks. com info@mathworks. com Product enhancement suggestions Bug reports Documentation error reports Order status, license renewals, passcodes Sales, pricing, and general information 508-647-7000 (Phone) 508-647-7001 (Fax) The MathWorks, Inc. 3 Apple Hill Drive Natick, MA 01760-2098 For contact information about worldwide offices, see the MathWorks Web site. Mapping ToolboxTM Release Notes © COPYRIGHT 2000­2010 by The MathWorks, Inc. The software described in this document is furnished under a license agreement. The software may be used or copied only under the terms of the license agreement. [. . . ] Many other Mapping Toolbox functions optionally accept angle strings for their units parameter; the following 57 functions now only accept 'degrees' and 'radians', whereas in prior versions they would also accept 'dm' and 'dms' as values for units: angl2str angledim antipode areaint areamat areaquad axesm azimuth distance eastof elevation ellipse1 epsm eqa2grn gc2sc gcxgc histr imbedm interpm intrplat intrplon mapprofile meanm meshgrat putpole rcurve reckon rhxrh rotatem rsphere scaleruler scircle1 stdist stdm timezone track track1 track2 unitstr westof 53 Mapping ToolboxTM Release Notes convertlat crossfix daspectm departure gcxsc gradientm grn2eqa hista neworig newpole npi2pi org2pol scircle2 scxsc setm smoothlong zero22pi These functions now issue warnings when provided 'dm' or 'dms' for their units argument. Time Conversion Functions to be Removed The following functions to convert between time units and encodings will be removed from a future release of the toolbox: · hms2hr · hms2hm · hms2mat · hms2sec · hr2hm · hr2hms · hr2sec · mat2hms · sec2hm · sec2hms · sec2hr · time2str · timedim Compatibility Considerations These functions remain available, but when they are invoked now issue warnings that they are obsolete. 54 Version 2. 4 (R2006b) Mapping ToolboxTM Software Version 2. 4 (R2006b) Mapping Toolbox Software This table summarizes what's new in Version 2. 4 (R2006b): New Features and Changes Yes Details below Version Compatibility Considerations Yes -- Details in "Changes in Behavior of mapshow and geoshow" on page 56 below. Fixed Bugs and Known Problems Bug reports at Web site Related Documentation at Web Site Printable Release Notes: PDF Current product documentation New features and changes introduced in this version are · "Standard Formulations of Five Major Map Projections" on page 55 · "Two New Geodetic/Geocentric Latitude Conversion Functions" on page 56 · "Accelerated Performance for geoshow, mapshow, and bufferm" on page 56 · "Changes in Behavior of mapshow and geoshow" on page 56 · "dted Automatically Fixes Incorrectly Specified Longitude Directions in DTED Data" on page 60 Standard Formulations of Five Major Map Projections New formulations of five conic map projections are provided. The new versions use the same names as the ones they supplement, appended with "std": · Cassini Transverse Cylindrical (cassinistd) · Albers Equal-Area Conic (eqaconicstd) · Equidistant Conic (eqdconicstd) · Lambert Conformal Conic (lambertstd) 55 Mapping ToolboxTM Release Notes · Polyconic (polyconstd) Computations used for the new versions differ from the old ones only when the latitude origin (the first element of the origin vector) is nonzero. In this case, the old versions shift the origin off the equator through a solid body rotation of the sphere (or, for an ellipsoidal earth model, a suitable auxiliary sphere). This is technically correct, but differs from accepted industry standards for these projections. The new versions use the standard formulations and give results that are consistent with projection results from other software packages, regardless of the latitude origin. The old versions are retained in the toolbox, with no change in behavior, to ensure backward compatibility. See the Projections Reference documentation for more information. Two New Geodetic/Geocentric Latitude Conversion Functions Two new functions provide a more direct route to functionality already available via the convertlat function: · geocentric2geodeticlat converts an array of geocentric latitude in radians to geodetic latitude in radians on a reference ellipsoid given a first eccentricity · geodetic2geocentriclat converts an array of geodetic latitude in radians to geocentric latitude in radians on a reference ellipsoid given a first eccentricity. Accelerated Performance for geoshow, mapshow, and bufferm Functions geoshow, mapshow, and bufferm run substantially faster in many cases, especially when vector display is being controlled via symbol specs in mapshow and geoshow. Changes in Behavior of mapshow and geoshow In addition to operating faster, the mapshow and geoshow functions now behave slightly differently regarding their defaults, handles returned, warnings issued, and several other aspects: 56 Version 2. 4 (R2006b) Mapping ToolboxTM Software Default Symbols and Colors · Point marker type changes from 'X' to '+' · Point marker color changes from 'black' to 'red' · Line color changes from 'black' to 'blue' · Polygon facecolor changes from 'black' to pale yellow Polygon edgecolor remains 'black' Contour DisplayType Behavior Changes · The DisplayType option 'contour' now returns an hggroup handle. · You can specify any contourgroup property as a parameter value pair. In previous versions, mapshow allowed you to set the LineStyle property, but no other contour properties. · Both mapshow and geoshow might return a different number of contour levels by default than in previous versions, in which you could not specify contour intervals; in R2006b, you can control contour intervals and levels via the LevelStep or LevelList contourgroup properties, among others. · In R2006b, when plotting contours on a regular axes (not a map axes), geoshow projects the contour lines using a Plate Carree projection; in previous versions it simply displayed longitudes as x and latitudes as y without doing any trimming or longitude wrapping. Graphic Objects and Return Values for Vector Inputs · Vector coordinate array input (x-y or latitude-longitude pairs) with a DisplayType of 'Line' or 'Point' now generates an ordinary line object instead of a map graphics line. · For geostruct input, an hggroup object is constructed; its handle is returned instead of an array of handles to map graphic objects: - For polygon geostructs, map graphics polygon objects are still constructed, but become children of the hggroup. 57 Mapping ToolboxTM Release Notes - For point, multipoint, and line geostructs, the children of the hggroup are ordinary line objects; map graphics objects are no longer constructed. In both cases each child of the hggroup, rather than each element in an array of handles, corresponds to a distinct feature in the geostruct. Handles Returned for Graphic Objects · Geostruct inputs result in an hggroup handle containing either line objects (for point, multipoint, and line inputs) or modified patch objects (for polygon inputs) as their children. · Coordinate arrays (x, y pairs) displayed as lines now result in ordinary line objects. · Geostructs containing lines result as ordinary line objects within hggroups. New Warnings Issued · mapshow and geoshow now warn when given a geostruct within which the Geometry field differs from a specified 'DisplayType' parameter. · mapshow will warn if it is given a geostruct containing Lat and Lon fields instead of X and Y fields. · geoshow will warn if it is given a geostruct containing X and Y fields instead of Lat and Lon fields. geoshow Supplies Default Projection geoshow now projects vector and raster inputs using a default projection (Plate Carree) if the parent axes is not a map axes. The axes itself is unchanged (it is not modified to become a map axes), but the scale factor of the projection is set such that latitudes and longitudes in degrees can be read directly from the axes ticks and grid lines. Duplicate Parameter/Value Pair Inputs Allowed mapshow no longer errors or warns if given duplicate Parameter/Value pair inputs; in such circumstances, mapshow now uses the last value (even with SymbolSpecs) 58 Version 2. 4 (R2006b) Mapping ToolboxTM Software geoshow Supports True Surface Display geoshow now creates a true 3-D surface if given a 'surface' DisplayType rather than setting the ZData values to 0. Texturemap DisplayType Behavior Changes The 'texturemap' DisplayType now uses the pixel edges to create XData and YData grids rather than using the pixel centers, which correctly registers the display to map coordinates. The ZData contains an array of zeros having the same dimensions as the XData and YData arrays, which exceed the input grid in size by one in both the x and y dimensions. You should use'texturemap' displays when the attribute being displayed is coded by color (i. e. 2-D displays); use 'surface' displays when you need to show data with relief (nonzero ZData). More General Support for Graphics Properties All Handle Graphics® patch properties are now supported for polygon inputs. All Handle Graphics line properties are now supported for point and line inputs, except that 'linestyle' is ignored for point inputs. Limitations on Referencing Matrices for Geoshow Removed geoshow is now capable of accepting any referencing matrix. [. . . ] Directory and filename calculations are more efficient. km2sm, nm2sm, sm2km, sm2nm These functions now use precise factors for conversion to/from statute miles. These changes also correct distdim results for both statute miles and feet (assuming U. S. Survey Foot). tigerp Terminates file read properly when an empty data point is encountered (signaling end of data) worldmap No longer generates errors when there is no data to display within the specified latitude/longitude limits; it now displays complete mesh, even for data grids (matrix maps) that span all longitudes 106 Version 1. 3 (R13) Mapping ToolboxTM Software Version 1. 3 (R13) Mapping Toolbox Software This table summarizes what's new in Version 1. 3 (R13): New Features and Changes Yes Details below Version Compatibility Considerations Fixed Bugs and Known Problems Related Documentation at Web Site No Yes -- Details in Fixed Bugs "Compatibility Considerations" on page 108 below. See also Summary. New features and changes introduced in this version are · "New northarrow Annotation Function" on page 107 · "New mlabelzero22pi Axes Label Command" on page 107 · "Enhanced clegendm Contour Annotation Function" on page 108 · "New Interactive Interface" on page 108 · "Updated Atlas Data" on page 108 · "Ellipses Now Drawn More Smoothly" on page 108 · "Compatibility Considerations" on page 108 New northarrow Annotation Function The new northarrow function lets you add a north arrow symbol to a map, pointing to geographic north. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE MATLAB MAPPING TOOLBOX




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual MATLAB MAPPING TOOLBOX will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.