Add custom terrain data
addCustomTerrain(
adds terrain data specified by terrainName
,files
)files
for use with geographic
plotting functions such as geoglobe
. The terrain is named terrainName
, and you
can specify it by this name when calling a plotting function. Custom terrain data is
available for current and future sessions of MATLAB®, until you call removeCustomTerrain
.
addCustomTerrain(___,
adds custom terrain data with additional options specified by one or more name-value
pairs.Name,Value
)
To deploy an application with custom terrain using MATLAB
Compiler™, call addCustomTerrain
in the application and include
the DTED files in the deployed application package.