Simulink Fixed-Point tool false error

1 回表示 (過去 30 日間)
ALi Falahati
ALi Falahati 2022 年 4 月 4 日
コメント済み: ALi Falahati 2022 年 8 月 6 日
I am trying to use Fixed-Point tool's Iterative fixed-point conversion on my Simulink model but after the ranges are collected, when I click on "Propose Data Type", I encounter this error message:
The model is error free and is able to compile and simulate without errors so I don't know what the issue might be. Where can I find the logs of this step? Maybe the error details could give me a hint.

採用された回答

Andy Bartlett
Andy Bartlett 2022 年 4 月 4 日
Hi Ali,
I suggest you reach out to tech support. For example, use the Request Support button on MATLAB's HOME toolstrip.
If you want to explore things on your own, after every step in Fixed-Point Tool, bring the root model to the foreground and perform an update diagram (control-D). This may show you what is going wrong.
If that does not revel the issue, Data Type Override might be hidding issue.
Before doing the update diagram, you could turn data type override ON for each model involved
% mdl is the root model and any child reference models
set_param(mdl,'DataTypeOverride','Double')
Or you may need to turn data type override OFF for each model involved
% mdl is the root model and any child reference models
set_param(mdl,'DataTypeOverride','UseLocalSettings')
Sorry, I don't have enough information on your situation to give more specific suggestions. Hence my initial suggestion to reach out to tech support.
Andy
  1 件のコメント
ALi Falahati
ALi Falahati 2022 年 8 月 6 日
Thanks Andy, I honestly don't remember have I fixed this but I think it fixed by itself somehow.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFixed-Point Designer についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by