fixpoint feature in MATLAB
1 回表示 (過去 30 日間)
古いコメントを表示
Hello everyone
when I am using simulink, the following warning appear to me
Warning: Support for ver('fixpoint') will be removed in a future release.
and the fixpoint feature is very important to my work (working with system generator)
Please, can anyone help me how to install or add this feature to my MATLAB (R2013a)
0 件のコメント
採用された回答
Walter Roberson
2016 年 4 月 24 日
No need to worry. It is a warning. Later versions of MATLAB use the name 'fixedpoint' instead of 'fixpoint' for the toolbox, but it still exists in later versions.
2 件のコメント
Walter Roberson
2016 年 4 月 24 日
What output do you get from
ver('fixpoint')
ver('fixedpoint')
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Fixed-Point Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!