Running C code from Matlab
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (2)
Priysha Aggarwal
il 4 Giu 2019
0 voti
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
il 9 Feb 2023
0 voti
I am getting error while generating code from m file
1 Commento
Chiluveru Manishankar
il 9 Feb 2023
Any help please
Categorie
Scopri di più su Video Formats and Interfaces in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!