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.