EasySpin requires MATLAB R2021b or later on either Windows, Linux or Mac. Beyond a basic MATLAB installation, no additional MATLAB toolboxes are needed to run EasySpin.
EasySpin comes in a single zip file, containing all toolbox functions and the full documentation.
Download current version (6.0.6)
C:\
or /var/myfiles/
.
Once unpacked, EasySpin is contained in a subfolder of C:\
(or /var/myfiles/
or whatever folder you chose) which in turn contains several subfolders:
easyspin-x.y.z/easyspin
- all the toolbox functions.
easyspin-x.y.z/documentation
- documentation, entry point is index.html
.
easyspin-x.y.z/examples
- all examples, grouped into subfolders.
easyspin-x.y.z/easyspin
to the MATLAB search path by clicking on
"Add Folder...", selecting the easyspin-x.y.z/easyspin
subfolder from your new EasySpin directory, and clicking on "Save".
easyspin
at the command prompt. This will display information about the installed version of EasySpin. Also, it might try to compile a few files from the easyspin/private
folder. Possibly you are asked to select or install a C compiler. See below for information on how to proceed in that case.
documentation/index.html
in your EasySpin installation directory and bookmark that page. You can also access the documentatio by typing easyspin doc
in MATLAB's command window.
EasySpin is published under the permissive MIT license.