Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8519557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:16:58+00:00 2026-06-11T06:16:58+00:00

I have a function in matlab that writes a file.txt which i use in

  • 0

I have a function in matlab that writes a file.txt which i use in my qt project.

So,

I have a Matlab file when I get a qt compiled executable to run using the unix(), but I’m getting an error.

the code:

unix('/home/matt/Desktop/PlaneVolumeFinal/PlaneVolumeGui');

the error:

/home/matt/Desktop/PlaneVolumeFinal/PlaneVolumeGui: symbol lookup error: /home/matt/Desktop
/PlaneVolumeFinal/PlaneVolumeGui: undefined symbol: _ZN9QListData7detach3Ev
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T06:17:00+00:00Added an answer on June 11, 2026 at 6:17 am

    The problem, as @grungetta is also pointing out, may be related to MATLAB local library path not seeing your Qt libraries, like libQtMultimedia.so, which should normally in a path visible in any shell session through LD_LIBRARY_PATH var.

    One way to work around this is explicitly setting the value of LD_LIBRARY_PATH from within a MATLAB running session (and then re-storing it if you need to continue). An example set of commands for your MATLAB script may be:

    %*** save local (MATLAB's) LIBRARY PATH
    libPathLocal = getenv('LD_LIBRARY_PATH');  
    
    %*** set your global LIBRARY PATH 
    PATH_LD_LIBRARY = '/usr/lib/' % or any string containing library files required 
    setenv('LD_LIBRARY_PATH', PATH_LD_LIBRARY); 
    
    %*** call binary through 'unix' or 'system'
    system('/home/matt/Desktop/PlaneVolumeFinal/PlaneVolumeGui'); 
    
    %*** restore session's MATLAB's library path
    setenv('LD_LIBRARY_PATH', libPathLocal); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have matlab function that calls a Perl script which converts a large text
I have a Matlab function that creates a cell array with matrixes inside. It
I have matlab file matlab_param.m function matlab_param(param1, param2) disp(sprintf('param1 : %s', param1)); disp(sprintf('param2 :
I have installed Matlab r2010a on my computer I need use the function xlsread
I have a matlab function written in an m-file. (it's not written by me
I have some differential equations that I need to solve using MATLAB's ODE solvers.
I have a function in Matlab that has some variables in it. I need
I have a function in matlab of the form fun(a,b,c), wherethe using may or
I have a MATLAB function that needs access to the data of some largeFile.mat.
I have an embedded Matlab function that itself calls other embedded Matlab functions and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.