Can´t build S-Function by using rtwbuild command [rti1401.tls]
조회 수: 1 (최근 30일)
이전 댓글 표시
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']);
and i got the problem in the figure below :
and i try to solve the problem by myself that i untick the box in Configuration Parameter that shonw on this below picture:
but it still not shown the S-Function from my model. Anyone can solve this probelm?
thank you
댓글 수: 1
Benjamin Thompson
2022년 2월 10일
Can you post the model and any required files so we can duplicate the problem?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!