Skip to content
Snippets Groups Projects
Commit edb17fd9 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Merge branch 'master' into L2SDP-965

parents 81ab6c60 3c0b3ae1
No related branches found
No related tags found
1 merge request!360Resolve L2SDP-965
Pipeline #61207 passed
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
* Drawio * Drawio
* DTS-lab unb2c * DTS-lab unb2c
* Flake8, black * Flake8, black
* MATLAB
...@@ -1613,3 +1614,19 @@ export PATH=~/.local/bin:$PATH ...@@ -1613,3 +1614,19 @@ export PATH=~/.local/bin:$PATH
# run flake8 in dir, to check all py files in that dir and below # run flake8 in dir, to check all py files in that dir and below
> flake8 > flake8
*******************************************************************************
* MATLAB
*******************************************************************************
Can't reload '/usr/loca​l/MATLAB/R​2018a/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment