How can I change the version of PERL that MATLAB uses on a Windows system?

조회 수: 4 (최근 30일)
I would like to use a different version of the PERL executable other than the one MATLAB ships with.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2010년 7월 29일
You can change the version of PERL that MATLAB uses by pointing it to a different location, where the new executable exists.
You can edit PERL.M and have MATLAB use a newer version of the PERL executable that you wish.
If your open perl.m by typing "edit perl.m", around line 65 your will see the following:
perlCmd = fullfile(matlabroot, 'sys\perl\win32\bin\');
Comment this code and add your new path as the perlCmd variable.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

태그

제품


릴리스

R2010a

Community Treasure Hunt

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

Start Hunting!

Translated by