Can I put multiple functions in to dll using matlab compiler?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Peng Ye
el 9 de Sept. de 2018
Respondida: Walter Roberson
el 9 de Sept. de 2018
I know how to make a single function DLL using matlab compiler, but since I have a few matlab functions to be compiled, I wonder if I can put all these functions in to a single dll? If so, how? Thanks.
0 comentarios
Respuesta aceptada
Walter Roberson
el 9 de Sept. de 2018
You can use the command line -a flag to add the files, or you can define a dummy routine that looks like it calls them all. You might be able to bring them in using the %#function pragma
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!