Borrar filtros
Borrar filtros

S-Function Builder changes entries after closing and re-opening

4 visualizaciones (últimos 30 días)
I am using Matlab 2018b and have a Problem with the S-Function Builder.
If i add a SRC_PATH like shown in the first image, then build the S-Function successfully and close the S-Function-Builder and reopen it, all SRC_PATH and INC_PATH get changed like shown in the second image. After the change it does not build successfully.
Does someone know why this happens? As one can understand it is quite frustrating if there are like 15 SRC_PATH und INC_PATH.
Best regards,
Alex

Respuesta aceptada

Saurabh
Saurabh el 21 de Mzo. de 2024
HI Alexander,
Seems like S-function builder automatically adds a new line at any whitespace when something is added to the "Library/Object/Source files" box in the "Library" pane.
Eliminating the whitespaces is the workaround for this issue. For instance, alter
INCLUDE_PATH ./include
to
INCLUDE_PATH./include
Additionally, it appears that the R2019b release addresses this issue, so updating to the recent MATLAB version may be another way to solve the problem.
For more details you can refer to the link attached below:
I hope this was useful.
  1 comentario
Alexander Tuma
Alexander Tuma el 21 de Mzo. de 2024
Hi Saurabh,
thank you for your answer, it does fix the problem.
Due to some compatibilities to other software i have to stick to 2018b.
Best regards,
Alex

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by