OPTIMIZE THE USE "MEX FILES".
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello, for some years using Matlab and 1 year working on a system that uses Global Optimization Toolbox and Neural Network Toolbox. To speed up the genetic algorithm I used the mex file, but their use was limited by the fact that not all functions are accepted and that the external functions are not compiled. Consequently, the program goes in and out many times by mex files reducing its effectiveness. All this made me think of the possibility to import all the necessary functions within one but to do this manually is impossible for me. I would like to know if there is a method that will automatically import these functions, it would be possible then to analyze the file and adapt it manually.
Thank you.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Write C Functions Callable from MATLAB (MEX Files) finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!