Running C code from Matlab
59 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kamesh Sandeep
am 4 Jun. 2019
Kommentiert: Chiluveru Manishankar
am 9 Feb. 2023
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
0 Kommentare
Akzeptierte Antwort
Raghunandan V
am 4 Jun. 2019
Hi Sandeep,
For sure there is no one line solution for this. I learnt it using these video series by Matlab. please follow it, you will have a good idea.
Regards,
Raghunandan V
0 Kommentare
Weitere Antworten (2)
Priysha Aggarwal
am 4 Jun. 2019
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:
0 Kommentare
Chiluveru Manishankar
am 9 Feb. 2023
I am getting error while generating code from m file
1 Kommentar
Siehe auch
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!