PIDtoolbox icon indicating copy to clipboard operation
PIDtoolbox copied to clipboard

Spectrum Analyzer error on Linux (v0.55)

Open mluessi opened this issue 2 years ago • 2 comments

I'm using PIDtoolbox on Linux and everything seems to be working except the Spectrum Analyzer. When opening it, it plots the first spectrum but then the mouse pointer is indicating that it is hanging and I get the output below in the terminal from which PIDtoolbox was started.

The problem may due to the library that can't be reloaded, but I'm not sure why this happens. Any ideas?

Can't reload '/opt/MATLAB_Runtime/v93/bin/glnxa64/libmwcoder_types.so'

Error in finddelay (line 210)


Error in PTspec2DUIcontrol (line 190)

Error using waitforallfiguresclosed (line 9)
Error while evaluating UIControl Callback.

Index exceeds matrix dimensions.

Error in PTplotSpec2D (line 150) 

mluessi avatar Jun 12 '22 14:06 mluessi

I'm using PIDtoolbox on Linux and everything seems to be working except the Spectrum Analyzer. When opening it, it plots the first spectrum but then the mouse pointer is indicating that it is hanging and I get the output below in the terminal from which PIDtoolbox was started.

The problem may due to the library that can't be reloaded, but I'm not sure why this happens. Any ideas?

Can't reload '/opt/MATLAB_Runtime/v93/bin/glnxa64/libmwcoder_types.so'

Error in finddelay (line 210)


Error in PTspec2DUIcontrol (line 190)

Error using waitforallfiguresclosed (line 9)
Error while evaluating UIControl Callback.

Index exceeds matrix dimensions.

Error in PTplotSpec2D (line 150) 

Did you take a look at this https://github.com/bw1129/PIDtoolbox/issues/80?

On last posts, you could find your solution.

Canaill51 avatar Jun 15 '22 08:06 Canaill51

Someone posted a fix for that already. Look at the issues

bw1129 avatar Oct 11 '22 08:10 bw1129