Current Directory for Generated Code

7 visualizaciones (últimos 30 días)
Michael
Michael el 22 de Jun. de 2022
Editada: Walter Roberson el 3 de Oct. de 2023
pwd Doesn't seem to be supported for code generation. How might one get the current directory when deploying code with code generator?

Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de Jun. de 2022
Editada: Walter Roberson el 3 de Oct. de 2023
MATLAB Coder is designed to target embedded systems, so functionality that is not part of the C Standard Library is often not available. DSP and so on often have no file system.
If you are targeting MacOS or Linux then coder.ceval to the appropriate system call. Windows uses a different system call.
  1 comentario
Michael
Michael el 5 de Nov. de 2022
The code for using the getcwd() C function within coder.ceval() can be found in this answer .

Iniciar sesión para comentar.

Más respuestas (1)

Michael
Michael el 3 de Oct. de 2023
pwd is now supported for code generation for R2023b.

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by