I am using MATLAB 2015b and I dont need #include <string.h> #include <stddef.h>. How to remove these files from code
Afficher commentaires plus anciens
I am using MATLAB 2015b and I dont need #include <string.h> #include <stddef.h>. How to remove these files from code
3 commentaires
Pavan Sahith
le 2 Juil 2024
Modifié(e) : Pavan Sahith
le 2 Juil 2024
Hello mayura,
please provide more details about your question whcih will help the community understand your issue better
you might find this similar MATLAB answer post helpful
mayura
le 2 Juil 2024
Rik
le 2 Juil 2024
Why exactly do you need them removed?
Réponses (1)
Muskan
le 24 Juil 2024
0 votes
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!
Catégories
En savoir plus sur Simulink Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!