Start application from Matlab

前端 未结 3 2033
盖世英雄少女心
盖世英雄少女心 2020-12-17 19:53

I\'m looking for a way to start an application from within Matlab. The thing is, my Matlab script saves some results to a file, which should then be opened in the associated

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-17 20:24

    Just run command in MATLAB:

    setenv('LD_LIBRARY_PATH',[getenv('PATH') getenv('LD_LIBRARY_PATH')])

    It appends matlab library in system library.

提交回复
热议问题