Running C code from Matlab
이전 댓글 표시
Hi,
I have a complicated C code which I need to call and run in Matlab. I am not that knowledgable about coding.
I have read lot of discussions, but have not really understood. So, if possible if someone can suggest the simple way of doing it step-wise, that will be really helpful.
Thanks
Regards,
Sandeep
채택된 답변
추가 답변 (2개)
Priysha Aggarwal
2019년 6월 4일
0 개 추천
To run a function from a C file in MATLAB, you have to create a MEX file. Edit your C code as per the following:
Chiluveru Manishankar
2023년 2월 9일
0 개 추천
I am getting error while generating code from m file
댓글 수: 1
Chiluveru Manishankar
2023년 2월 9일
Any help please
카테고리
도움말 센터 및 File Exchange에서 Video Formats and Interfaces에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!