Borrar filtros
Borrar filtros

How do I get the MATLAB current directory in mex code?

1 visualización (últimos 30 días)
Roland
Roland el 30 de En. de 2015
Editada: Jan el 30 de En. de 2015
In matlab it would be pwd, but in mex code, how would I find out?

Respuestas (1)

Jan
Jan el 30 de En. de 2015
Editada: Jan el 30 de En. de 2015
The current folder inside the MEX file is the same as in Matlab. So you can use the standard C command getcwd to obtain the current directory. A modern version is _getcwd or if you are using the boost libs: current_path(). Under Windows the GetCurrentDirectory is sufficient also and can handle Unicode filenames in addition, but is depends on the platform.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by