Matlab on fedora 43?

"Is there anyone who was able to run MATLAB on Fedora Workstation 43? I tried a lot. I’m new to Linux and need MATLAB for my class. It worked for me before on Pop!_OS so easily, but on Fedora it didn’t run. It installed, but it’s not launching.

Have you tried launching it from the command line so you see the messages that are reported during startup?
Launching from the desktop icon does not display startup messages.

There may also be messages available with journalctl -f which would display messages recorded real time as it follows the journal entries. Launch the journalctl -f command then start Matlab and you may see related messages as it tries to start. End the command with ctrl+c.

Those messages seen on screen would assist in troubleshooting the problem.

2 Likes

i got this error

std::exception: Error loading /usr/local/MATLAB/R2025a/bin/glnxa64/matlab_startup_plugins/lmgrimpl/libmwlmgrimpl.so. /usr/local/MATLAB/R2025a/bin/glnxa64/matlab_startup_plugins/lmgrimpl/libmwlmgrimpl.so: cannot open shared object file: Permission denied: Success: Success

Fatal Error:
Throw location unknown (consider using BOOST_THROW_EXCEPTION)
Dynamic exception type: mwboost::wrapexcept<std::runtime_error>
std::exception::what: Transport stopped.

i was able to run it using this command

sudo chown -R $USER:$USER /usr/local/MATLAB/R2025a