This is a port from the MATLAB version by Jim McClellan available at
http://users.ece.gatech.edu/mcclella/SPFirst/Updates/SPFirstMATLAB.html
to a MATLAB and Octave compatible version.
Simple clone this repo or
download the zip of the latest version
and copy the spfirst
folder to the root of your project
(Or make it available globally by adding it to the path of MATLAB / Octave)
Simply run the spfirst
to initialize any components.
This will set any variables needed and setup the package.
If all went well, running zdrill
or sindrill
should produce a GUI,
zprint
should purely print to the console if a GUI is not available.
MATLAB automatically adds any folder in the root project folder to the
path, Octave dose not.
Unless added globally, you must first add it to the path,
then run the spfirst
command
addpath('spfirst')
spfirst
If all went well, running zdrill
or sindrill
should produce a GUI,
zprint
should purely print to the console if a GUI is not available.
This software is licensed under the Creative Commons License under the Attribution, Share Alike, Non-Comercial License 1.0 which can be found here