Borrar filtros
Borrar filtros

how to generate c++ static library from matlab code

9 visualizaciones (últimos 30 días)
Kaushik
Kaushik el 7 de Nov. de 2012
hi,
is it possible to generate c++ static library from matlab code. If so how.
Thanks

Respuesta aceptada

Kaustubha Govind
Kaustubha Govind el 7 de Nov. de 2012
Assuming that you are only using the subset of the MATLAB language that is supported for code-generation, you can generate a static library using the MATLAB Coder product.
If you can make do with DLLs/shared libraries, another option is MATLAB Compiler which supports most MATLAB functionality, but generates code that depends on some MATLAB run-time libraries, which requires that you install the MATLAB Compiler Runtime package on every machine that the library is deployed on.
  2 comentarios
Elisabeth
Elisabeth el 30 de En. de 2013
Hi I have a matlab compiler but no matlab coder, how is the compiler used
Kaustubha Govind
Kaustubha Govind el 1 de Feb. de 2013
Please refer to the documentation.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by