Using the MATLAB Communications System Toolbox

The toolbox requires additional apt-get dependencies to run on Code Ocean.

Shahar Zaks avatar
Written by Shahar Zaks
Updated over a week ago

If you're trying to use the MATLAB Communications System Toolbox on Code Ocean, you may encounter errors about missing shared object files, such as Can't load '/MATLAB/bin/glnxa64/libmwdastudio.so': libnss3.so: cannot open shared object file: No such file or directory.

To address this, install the following missing apt-get dependencies:

    libnss3
    libxcursor1
    libxi6
    libxtst6

For more information, see our article on Code Ocean's package management system.

Did this answer your question?