Reference page for emdtool

Contents

Summary

emdtool Main EMDtool utility class.

Main methods:


PROPERTIES


METHODS

Class methods are listed below. Inherited methods are not included.

emdtool.this = check_license(arguments) is a function.

is_valid = check_license(force_check)

this.emdtool(arguments) Main EMDtool utility class.

Main methods:

this.get_gmsh_path(arguments) Return path to gmsh executable.

this.license_information(arguments) Show license information.

[userid, license_number, valid_until, signature] = emdtool.*license_information*()

Returns:

emdtool.*license_information*()

Show license information in the command window.

this.load_license(arguments) Load license from file and set as current license.

Call syntax:

emdtool.*load_license*()

Loads license from default_license.lic

emdtool.*load_license*(filename)

Loads license from given filename

this.set_gmsh_path(arguments) Set path to gmsh folder.

The path is saved to the Matlab 'emdtool' preference group, and persists between sessions.

this.set_license(arguments) Set license information.

Call syntax:

set_license(userid, valid_until, signature)

See emdtool.license_information() for help.