textscan and Regexp form .c file
조회 수: 1 (최근 30일)
이전 댓글 표시
If I do have a .C file, I need to find control function name and data type. how will use MATLAB command? example: .c file
#include "headerfile.h"
double PI_A (double a, double b)
{
double c;
c=a+b;
return c;
}
I want function name and data type as a output. PI_A is function name, double is datatype.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Text Files에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!