Borrar filtros
Borrar filtros

I am using MATLAB 2015b and I dont need #include <string.h> #include <stddef.h>. How to remove these files from code

8 visualizaciones (últimos 30 días)
I am using MATLAB 2015b and I dont need #include <string.h> #include <stddef.h>. How to remove these files from code
  3 comentarios
mayura
mayura el 2 de Jul. de 2024
what settings needs to be done to remove #include <string.h> #include <stddef.h> from generated code?

Iniciar sesión para comentar.

Respuestas (1)

Muskan
Muskan el 24 de Jul. de 2024
Hi,
If you are using Embedded Coder and want to remove the standard libraries #include <stddef.h> and #include <string.h>, you can follow the following MATLAB Answer that illustrates different ways on how you can change the Model Configurations properties in order to remove these libraries: https://www.mathworks.com/matlabcentral/answers/158984-why-embedded-coder-generates-include-to-standard-c-library-stddef-h-and-string-h-how-to-remov
I hope this helps!

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by