Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to see called function in a c file generated from MATLAB coder

조회 수: 2 (최근 30일)
wang wang
wang wang 2019년 12월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
Using MATLAB coder ,I generated a c file.I call it A.c,in this file,I found this function will call other function,but the function is only declarated and I cannot find its definition (this called function in matlab supported for c/c++code generation).My first solution is that writing the function by myself. however, It is inefficient.Did anyone have the same problem? Thank you in advance.

답변 (1개)

Darshan Ramakant Bhat
Darshan Ramakant Bhat 2019년 12월 30일
It depends on the "other" function. If it is an utility function (not user written), then MATLAB can make use of its own internal library.
You can use packNGo workflow to export all the relevent source code, in that way you can examin the codes better.
Hope this will help you.

이 질문은 마감되었습니다.

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by