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
sangeetha viswanathan 2017년 11월 22일
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