Clear Filters
Clear Filters

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

4 views (last 30 days)
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

Accepted Answer

Saurabh
Saurabh on 21 Mar 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 Comment
Alexander Tuma
Alexander Tuma on 21 Mar 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

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!