Warning: While loading an object of class 'embedded.fi': in deployed application.

Running the following code in a deployed application:
file_contents = whos('-file',fileName);
Produces the following warning:
Warning: While loading an object of class 'embedded.fi':
Method 'loadobj' is not defined for class 'embedded.fi' or is removed from MATLAB's search path.
when the file fileName contains a fixed-point object.
Running the same code in the MATLAB environment will not produce the warning.
How do I supress the warning?

 採用された回答

Robert Royer
Robert Royer 2021 年 3 月 20 日

0 投票

Answered my own question but hopefully this helps someone else.
Specify the following option in mcc command:
-w off:MATLAB:class:undefinedMethod

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler についてさらに検索

製品

リリース

R2016a

質問済み:

2021 年 3 月 20 日

回答済み:

2021 年 3 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by