Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
Alexander Tuma
Alexander Tuma le 26 Fév 2024
Commenté : Alexander Tuma le 21 Mar 2024
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

Réponse acceptée

Saurabh
Saurabh le 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 commentaire
Alexander Tuma
Alexander Tuma le 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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink Coder dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by