Install

xplor needs a few components available on Github:

Download the sources

Download or clone xplor

Don’t know what is ‘clone’? If you ‘clone’ with git instead of ‘download’ it will be very straightforward to obtain new versions of XPLOR in the future. All what you need to know is the following:

  • on Windows you need to install git from https://git-scm.com/download/win (git is already included on linux and OSX)
  • to download a folder, type e.g. git clone https://github.com/XplorMatlab/xplor
  • to update a folder with the latest version, go inside the folder and type git pull.

Configure Matlab

Add the root xplor folder to your paths (but not sub-folders):

Set Path

Try

Try to start xplor by typing:

xplor

in the commandline. It will load a default dataset.

Set Path

To load your own dataset :

xplor my_data

Where my_data is the name of your own data variable.