Can we call Per script , from Level 2 S Function ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Working on S Function of a block. Using C to write it.
Need to call a Perl script once the simulation is over .
I know how to call perl script from command window , but is it possible to embedded the perl call in SFunction ?
댓글 수: 0
답변 (1개)
Walter Roberson
2014년 5월 15일
The C code could use fork() and exec*() and pipe(), or it could use popen(). All those are system calls that are not part of the C standard library and so are not certain to be supported on arbitrary architectures.
참고 항목
카테고리
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!