Reference page for emdtool
Contents
- Summary
- emdtool.this = check_license(arguments) is a function.
- this.emdtool(arguments) Main EMDtool utility class.
- this.get_gmsh_path(arguments) Return path to gmsh executable.
- this.license_information(arguments) Show license information.
- this.load_license(arguments) Load license from file and set as current license.
- this.set_gmsh_path(arguments) Set path to gmsh folder.
- this.set_license(arguments) Set license information.
Summary
emdtool Main EMDtool utility class.
Main methods:
- get_gmsh_path : Get current gmsh path.
- set_gmsh_path : Set and save gmsh path.
- load_license : Load license from license file.
- set_license : More-manually set license.
- license_information : Show or return license information. Documentation for emdtool doc emdtool
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:
- get_gmsh_path : Get current gmsh path.
- set_gmsh_path : Set and save gmsh path.
- load_license : Load license from license file.
- set_license : More-manually set license.
- license_information : Show or return license information.
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:
- userid : user ID associated with the license
- license_number : Matlab license number
- valid_until : expiration date (YYYY-MM-DD) of the license
- signature : license signature hash.
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.