Current Directory for Generated Code
6 views (last 30 days)
Show older comments
pwd Doesn't seem to be supported for code generation. How might one get the current directory when deploying code with code generator?
0 Comments
Accepted Answer
Walter Roberson
on 22 Jun 2022
Edited: Walter Roberson
on 3 Oct 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.
More Answers (1)
See Also
Categories
Find more on DSP Algorithm Acceleration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!