clatlabx is a bridge between Matlab and clijx, the eXperimental sibling of clij2.
For scripting clatlabx it's recommended to use CLIJx-assistant and its matlab code generator.
Download the following files and put them all in the `<HOME_DIR>/Documents/MATLAB folder:
Test the installation by executing this script from matlab:
clijx = init_clatlabx();
% print out name of used GPU:
clijx.getGPUName()
Examples are available in the clatlab repository.
Clone this repository and build it using maven. Afterwards, you find the clatlabx.jar
in the target
directory.
Copy it to your clatlab/matlab java classpath.
git clone https://github.com/clij/clatlabx
cd clatlabx
mvn package
cp target/clatlabx*.jar classpath/