Does MATLAB use Perl for Regexp?
조회 수: 2 (최근 30일)
이전 댓글 표시
I notice that the sys folder of the MATLAB 2014a root installation contains a Perl runtime. Is this Perl runtime used by MATLAB to execute the MATLAB regexp functions? What is it used for? Just curious.
댓글 수: 0
채택된 답변
Geoff Hayes
2014년 9월 28일
perl('perlfile') calls the Perl script perlfile, using the appropriate operating system Perl executable. Perl is included with the MATLAB® software on Microsoft® Windows® systems, and thus MATLAB users can run user-created MATLAB functions containing the perl function. On Linux® and Macintosh systems, MATLAB calls the Perl interpreter available with the operating system.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!