Current Directory for Generated Code

6 ビュー (過去 30 日間)
Michael
Michael 2022 年 6 月 22 日
編集済み: Walter Roberson 2023 年 10 月 3 日
pwd Doesn't seem to be supported for code generation. How might one get the current directory when deploying code with code generator?

採用された回答

Walter Roberson
Walter Roberson 2022 年 6 月 22 日
編集済み: Walter Roberson 2023 年 10 月 3 日
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 件のコメント
Michael
Michael 2022 年 11 月 5 日
The code for using the getcwd() C function within coder.ceval() can be found in this answer .

サインインしてコメントする。

その他の回答 (1 件)

Michael
Michael 2023 年 10 月 3 日
pwd is now supported for code generation for R2023b.

カテゴリ

Help Center および File ExchangeDSP Algorithm Acceleration についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by