Main Content

tiremSetup

Set up access to Terrain Integrated Rough Earth Model (TIREM)

Description

tiremSetup opens a dialog to select the Terrain Integrated Rough Earth Model™ (TIREM™) library folder. The TIREM library folder must contain the tirem3 shared library, where the full library name is platform dependent. For more information, see Platform dependent library names.

tiremSetup(libfolder) sets the TIREM library folder to libfolder.

libfolder = tiremSetup returns the current TIREM library folder.

Input Arguments

collapse all

Name of the TIREM library folder, specified as a character vector.

Data Types: char | string

Output Arguments

collapse all

Current TIREM library folder, returned as a character vector or a string scalar. If TIREM access has not been setup, libfolder is empty.

More About

collapse all

Platform dependent library names

PlatformShared library name
Windowslibtirem3.dll or tirem3.dll
Linuxlibtirem3.so
Maclibtirem3.dylib

Version History

Introduced in R2019a