From 3c0b3ae1b0123e931b59f3aee3eaccfb2f9c3e52 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Thu, 19 Oct 2023 13:37:25 +0200 Subject: [PATCH] Add matlab fix. --- doc/erko_howto_tools.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt index 63780a01fe..a6da5816e2 100755 --- a/doc/erko_howto_tools.txt +++ b/doc/erko_howto_tools.txt @@ -32,6 +32,7 @@ * Drawio * DTS-lab unb2c * Flake8, black +* MATLAB @@ -1613,3 +1614,19 @@ export PATH=~/.local/bin:$PATH # run flake8 in dir, to check all py files in that dir and below > flake8 + + +******************************************************************************* +* MATLAB +******************************************************************************* + +Can't reload '/usr/local/MATLAB/R2018a/bin/glnxa64/libmwcoder_types.so' + +FIx: + +> ll /usr/local/MATLAB/R2018a/bin/glnxa64/ +> sudo mkdir /usr/local/MATLAB/R2018a/bin/glnxa64/exclude +> cd /usr/local/MATLAB/R2018a/bin/glnxa64/ +> sudo mv libmwcoder_types.so exclude/ + +restart matlab -- GitLab