フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

can hdl coder convert matlab codes that have functions inside them which is written by user?

1 回表示 (過去 30 日間)
fahim GH
fahim GH 2015 年 8 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
hi I have a matlab main code and i use some functions inside main code that I wrote them.when I run HDL CODER,I have error that these functions can not be recognized. I was wondering if there is any way that matlab know them??

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 8 月 5 日
In general, Yes, provided that all the elements of the function can be turned into code.
You will generally need to alter your code a bit for use with code generation. See http://www.mathworks.com/help/fixedpoint/algorithm-design.html
  1 件のコメント
fahim GH
fahim GH 2015 年 8 月 9 日
thanks for answering.but I didnt get it how I make matlab recognize my written functions.in HDL-CODER tuttorial there wasnt any step for selecting functions or sth like this

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by