I have a matlab that uses certain built functions to perform operation. I want to generate the C code for it. How do i convert the built in functions to C?

2 次查看(过去 30 天)
I have a matlab code that uses certain built functions to perform operation. I want to generate the C code for my MATLAB code. How do i convert the built in functions to C?

采纳的回答

Birdman
Birdman 2017-11-22
编辑:Birdman 2017-11-22
  2 个评论
sangeetha viswanathan
Thank you. I am using Matlab Coder only. I get an issue that "fill not supported for code generation". Fill is the built-in matlab function i am using.
Birdman
Birdman 2017-11-22
Oh, for the functions that are not supported for code generation, you have to implement them yourself by writing a separate MATLAB Function. There is nothing else you can do about it.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by