Skip to content
Snippets Groups Projects

MATLAB toolbox for openBIS

This repository provides a set of MATLAB functions that allow seemless integration between MATLAB and the openBIS data management system. The toolbox is written as a wrapper around the pyBIS Python API for openBIS. As MATLAB can call Python libraries directly ( see https://ch.mathworks.com/help/matlab/call-python-libraries.html), all the functionality of pyBIS is directly available from within MATLAB. The main goal of the toolbox is to provide a more MATLABish way of accessing pyBIS fucntions.

To get started, checkout the installation instructions here. A usage example is provided in the script openbis_example.mlx which can be run within the MATLAB Live Editor. Documentation is provided in the file OpenBis.m. In the MATLAB Desktop UI, you can get the documentation by typing doc OpenBis.

This repository is maintained by the Scientific IT Services of ETH Zurich.