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

조회 수: 5 (최근 30일)
I am using MATLAB 2015b and I dont need #include <string.h> #include <stddef.h>. How to remove these files from code
  댓글 수: 3
mayura
mayura 2024년 7월 2일
what settings needs to be done to remove #include <string.h> #include <stddef.h> from generated code?

댓글을 달려면 로그인하십시오.

답변 (1개)

Muskan
Muskan 2024년 7월 24일
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!

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by