Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.37 KB

clatlabx

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.

Image

Installation

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()

Example code

Examples are available in the clatlab repository.

How to develop clatlabx

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/

Back to CLIJ documentation

Imprint