Coder fails due to missing file that should be read while running

1 回表示 (過去 30 日間)
Michael  A
Michael A 2016 年 11 月 8 日
編集済み: Michael A 2016 年 11 月 9 日
My code has a section that reads a mat file, if it exists, and loads parameters from it. The file should be loaded only if it exists, otherwise just use default values, and no matter if it's matlab code running or the generated one (matlab code works properly).
While trying to generate c code it fails if this file is missing. This file should not be a part of the code generation. Could you help me understand the problem? I'm using version 2015a.
Thanks

回答 (1 件)

Robert
Robert 2016 年 11 月 8 日
You could wrap that part in if isdeployed
  1 件のコメント
Michael  A
Michael A 2016 年 11 月 8 日
編集済み: Michael A 2016 年 11 月 8 日
Thanks, but why would it help? The file can be missing or exists no matter if it's running matlab code or the generated code. I'll edit my question so it will be clear.

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

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by