Skip to content

use global APPHOME instead of getenv('APPHOME')

Laurent Farvacque requested to merge global_apphome into master

APPHOME points to the location of data files. It is taken from the environment during startup, but may be modified during the Matlab session without affecting the environment.

Merge request reports