Skip to content

clij/clatlabx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published