- A possible reason for 'version `GLIBCXX_3.4.29' not found' error can be that the libstdc++ library shipped with Ubuntu 24.10 may be older and may not contain the required GLIBCXX version that MATLAB requires. You can refer this MATLAB answer thread to resolve this error.
- If it doesn't resolve the issue then ensure that you have permission to read and execute in the folder you are running ./install from, because the installation program needs to stat files in that folder structure; /home/[user]/MatlabR2023b_Linux_Install/bin/glnxa64/cef_locales/ to be specific, among others.
- Even after trying the above steps if the issue is not resolved then you can try to perform a clean installation of MATLAB.