Questions tagged [matlab]
MATLAB is a high-level language and interactive programming environment for numerical computation and visualization developed by MathWorks. MATLAB can be used when performing tasks such as signal processing and communications, image and video processing, computational finance, and computational biology. It is the foundation for a number of other tools, including Simulink and various toolboxes that extend the core capabilities.
76 questions
1 vote
0 answers
267 views
Matlab crush with local glibc2.34 installed
I have Ubuntu20.04 and Matlab 2023b installed. When I start simulink(part of Matlab) the program crashes with: Inconsistency detected by ld.so: ../elf/dl-tls.c: 517: _dl_allocate_tls_init: Assertion '...
1 vote
0 answers
128 views
How to properly kill a service upon shutdown?
I am having some issues with a component that I have installed recently, that is Matlab Drive Connector for Linux Fedora 37. The app itself works fine, interacts well with main Matlab program, but it ...
1 vote
1 answer
260 views
Arch Linux Matlab Command Window creation failed
I just changed a font in my matlab and when I reopened it, it crashes. I ran Matlab on steam deck, an arch linux based system. The following is the log. MATLAB is selecting SOFTWARE OPENGL rendering. ...
0 votes
0 answers
302 views
How can I open MATLAB R2022a hosted on macOS over X11?
Question: How can I open MATLAB R2022a hosted on macOS over X11? I recently installed MATLAB R2022A on macOS, replacing an older Mac with an old 2017 installation. The license is a Network Named User ...
0 votes
2 answers
445 views
Cannot link to matlab libmat.so and libmx.so under Eclipse IDE
I am trying to compile matcreat.cpp under Eclipse C++ IDE. It allows to exchange matlab data with c++ programs. At some point I compile the program : /* * matcreat.cpp - MAT-file creation program * ...
2 votes
1 answer
6k views
Updating to GLIBC 2.34 for use with Matlab
I am running Matlab B2021b on a Linux mint machine. uname -r output: 5.14.0-1024-oem I checked my GLIBC version and got this ldd (Ubuntu GLIBC 2.31-0ubuntu9.7) 2.31 Copyright (C) 2020 Free Software ...
0 votes
1 answer
65 views
how to translate this bashrc code to suse 11 commands
I am trying to link MATLAB with Cadence Virtuoso (an electrical engineering software) in SUSE Linux 11, and I have manual PDF that is the guide to do so. My problem is that the commands that are given ...
0 votes
1 answer
369 views
Unvisible application content within VNC / XFCE
I do have a weird render issue of some applications that I'm running within a tigervnc session on a remote host where XFCE is started. As you can see from the screenshot, while applications display ...
0 votes
1 answer
362 views
Matlab QT libraries prevent programs from running
I have matlab on my machine with Compiler toolbox. In order for compiler code to work, it needs access to libraries. They are supposed to be saved in LD_LIBRARY_PATH So I adjusted my .bashrc to ...
2 votes
1 answer
2k views
Matlab showing blank screen when I connect remotely with xrdp in CentOS 7
If I use my CentOS 7 computer everything works fine but when I connect remotely (I have tried connecting from Ubuntu and Windows xrdp clients) everything works fine too except Matlab which shows a ...
0 votes
2 answers
348 views
Can not set PATH permanently in order to launch MATLAB system wide
I have the following issue: I recently installed MATLAB R2018a in my artix linux (runit). I can launch matlab from the location where the launcher is, i.e., /usr/local/MATLAB/R2018a/bin, but if I try ...
2 votes
2 answers
4k views
libcairo undefined symbol: FT_Get_Var_Design_Coordinates error when calling R from compiled MATLAB application on Centos7
I'm posting this question to document the solution to a problem which had me stuck for several weeks for which no answer was found on StackExchange or discussion boards. (Answer forthcoming) I'm ...
1 vote
0 answers
273 views
MariaDB connector (remote)
I'm new to databases and have some very basic how-to/where-to questions: I have successfully setup a MariaDB + phpmyadmin on my raspberrypi zero (running the latest diet-pi), including a database ...
3 votes
0 answers
2k views
in KDE, can I create a rule that makes a new window appear in the desktop of the app that created it?
This has been asked before: How I can make new pop up windows to appear in the same desktop of their app?, but it was for a different WM, and there are no answers. Maybe there is an answer for KDE? I ...
0 votes
1 answer
486 views
memory increase after completion of scripts
(I am new user of linux). I am running several matlab scripts in parallel using nohup in this form: (cd Documents/dir_001; nohup matlab -nodisplay -nosplash -nodesktop -r "run('/home/user/...