Can´t build S-Function by using rtwbuild command [rti1401.tls]
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dear Supporter,
i use the matlab version 2018a with dspace and i try to make mfile scripts with this command :
h=load_system('SourceSubsys3');
open_system('SourceSubsys3')
% Setting the target files
mdlName = 'SourceSubsys3';
set_param(mdlName,'SystemTargetFile','rti1401.tlc');
rtwbuild([mdlName '/' 'SubOben']);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/888820/image.png)
and i got the problem in the figure below :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/888825/image.png)
and i try to solve the problem by myself that i untick the box in Configuration Parameter that shonw on this below picture:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/888830/image.png)
but it still not shown the S-Function from my model. Anyone can solve this probelm?
thank you
1 comentario
Benjamin Thompson
el 10 de Feb. de 2022
Can you post the model and any required files so we can duplicate the problem?
Respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!