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

1 次查看(过去 30 天)
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

采纳的回答

Saurabh
Saurabh 2024-3-21
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 个评论
Alexander Tuma
Alexander Tuma 2024-3-21
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by