Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How to see called function in a c file generated from MATLAB coder
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Darshan Ramakant Bhat
am 30 Dez. 2019
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.
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!