Running perl script from matlab
이전 댓글 표시
I was trying to run a perl script which parses an XML file using XMLin and print the result, but perl('print.pl') gives this error System error: not well-formed (invalid token) at line 1988, column 181, byte 68317 at %matlabroot%/sys/perl/win32/lib/XML/Parser.pm line 187.
I have used use XML::Simple; Any suggestion on the above
댓글 수: 2
Kaustubha Govind
2012년 1월 20일
Have you tried running "perl print.pl" outside of MATLAB to see if this issue is independent of MATLAB?
Sunu
2012년 1월 23일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!