# How to check if you got GMT working properly for TRAIN?
# Is GMT executable from command line?
> gmt
> psxy
NO?
> gmt --show-sharedir
(this returns a PATH)
> source PATH/tools/gmt_functions.sh or > source PATH/tools/gmt_aliases.csh
Add this to your ~/.bashrc or ~/.cshrc start-up file and source it again.
GMT should be executable now, test it again.
# Check if matlab can call GMT
> matlab
>> get_gmt_version
If successful completion, then GMT is working properly for TRAIN.
Confirm this by typing:
>> !psxy
This should return the help or psxy available inputs.
If not provide information about your system set-up and we can try to fix it for a future release.