Cannot run findpeaks on Matlab 2018a with linux I get the following error "Can't load '/Applic.ZIV/Matlab/R2018a/bin/glnxa64/libmwdastudio.so': libXcomposite.so.1: cannot open shared object file: No such file or directory"
Show older comments
I tried to run one function containing the findpeaks function on a server with linux and I always getting the same error while on Windows it works
"Can't load '/Applic.ZIV/Matlab/R2018a/bin/glnxa64/libmwdastudio.so': libXcomposite.so.1: cannot open shared object file: No such file or directory"
If i tried twice I get "Can't reload '/Applic.ZIV/Matlab/R2018a/bin/glnxa64/libmwcoder_types.so'"
Answers (1)
Cam Salzberger
on 13 Jun 2018
1 vote
Hello Agustin,
There are some Linux operating systems that do not come with the necessary underlying components, so I'd first suggest ensuring you are using a supported operating system. I found a similar issue mentioned here.
Other people have run into similar issues with that particular library. I would suggest determining which package contains libXcomposite, and installing that so it is accessible to your system.
Hope this helps to get you started!
-Cam
3 Comments
Agustin Procikieviez
on 13 Jun 2018
Cam Salzberger
on 13 Jun 2018
Ah, yeah, that could do it. I would suggest copying the findpeaks file into your own folder and modifying it, rather than modifying the installed version of findpeaks, just in case.
Would just requesting an output argument be enough to avoid the issue?
Agustin Procikieviez
on 13 Jun 2018
Categories
Find more on Spectral Measurements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!