How can i add the C source code of a matlab function to a mexfunction of a matlab toolbox written withc/c++ code ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
wided hechkel
le 25 Mai 2017
Commenté : wided hechkel
le 26 Mai 2017
How can i add the C source code of a matlab function to a mex file of a matlab toolbox written withc/c++ code ?
the source code of the toolbox is not available.
0 commentaires
Réponse acceptée
James Tursa
le 25 Mai 2017
If I understand your question correctly, you want to modify existing compiled code by adding your own code, but you don't have the source code for the existing compiled code. You cannot do that. You would need the original source files for the compiled code in order to add in your source code so that you could recompile the whole thing again. And, if this is an official MATLAB toolbox we are talking about, this would probably not be a good idea anyway.
What problem are you trying to solve? Why do you think you need to modify existing compiled code in order to solve your problem?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!