Can we call Per script , from Level 2 S Function ?

2 ビュー (過去 30 日間)
Ajay Pherwani
Ajay Pherwani 2014 年 5 月 15 日
コメント済み: Ajay Pherwani 2014 年 5 月 29 日
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 ?

回答 (1 件)

Walter Roberson
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.
  1 件のコメント
Ajay Pherwani
Ajay Pherwani 2014 年 5 月 29 日
Thats a good info thanks , But here i want to call perl script in matlab from S-Function (level 2). I wounder whether that is possible !!

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by