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

3 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Johannes Kalliauer
Johannes Kalliauer el 30 de Sept. de 2019
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`

Más respuestas (0)

Categorías

Más información sobre Write C Functions Callable from MATLAB (MEX Files) en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by