Opening .exe file from Matlab in Ubuntu gives error

1 vue (au cours des 30 derniers jours)
Aditya Shanbhag
Aditya Shanbhag le 11 Mar 2016
I have a matlab GUI which triggers an external application called Match on Ubuntu. I'm using the system command to launch the application but it says 'his application failed to start because it could not find or load the Qt platform plugin "xcb".
system(['./Match ' rtdr '/auto_batch.mbf']);
Thanks.

Réponses (1)

Walter Roberson
Walter Roberson le 11 Mar 2016
Linux appears to primarily use the (standard) environment variable LD_LIBRARY_PATH rather than OS-X's DYLD_LIBRARY_PATH

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by