error with fixed point conversion

I'm working with Matlab 2013a and I can't run HDL coder fixed point conversion I checked the presence of the Fixed point designer tool and it's installed. I don't now what's the problem
Thanks for reply

回答 (1 件)

Kiran Kintali
Kiran Kintali 2017 年 12 月 15 日

0 投票

please provide an example project with reproduction steps.

1 件のコメント

Ikram Jaouadi
Ikram Jaouadi 2017 年 12 月 15 日
編集済み: Walter Roberson 2017 年 12 月 15 日
here is an example of function
function y = add( a,b )
y=a+b;
end
when I try Hdl coder with fixed point I get what you can see in attached file
Even when I try to work with Matlab function block in Simulink I get the same problem

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

質問済み:

2017 年 12 月 15 日

編集済み:

2017 年 12 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by