command "mex" in terminal I get "This is pdfTeX" instead of Matlab-mex-command

조회 수: 3 (최근 30일)
If I run mex in terminal I get:
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=mex)
restricted \write18 enabled.
**
when I type which mex I get
/usr/local/texlive/2018/bin/x86_64-linux/mex

채택된 답변

Johannes Kalliauer
Johannes Kalliauer 2019년 9월 30일
To solve this issue:
1) I renamed `/usr/local/texlive/2018/bin/x86_64-linux/mex` to something else
2) I added `export PATH=/opt/MATLAB/R2018b/bin:$PATH` to my `.bashrc`

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by