Is there a way to provide a proxy setting to the MATLAB Help Desk?
조회 수: 2 (최근 30일)
이전 댓글 표시
Is there a way to provide a proxy setting to the MATLAB Help Desk? I am unable to access the on-line Help Desk since I am behind a firewall.
채택된 답변
MathWorks Support Team
2009년 6월 27일
This enhancement has been made for Release 14 (R14). For previous product releases, please read below for any possible workarounds:
As a workaround, you can try modifying where the main MATLAB Help Desk loads by:
1. Opening 'helpdesk.m' which is located in:
$MATLAB\toolbox\matlab\general
where $MATLAB is your root MATLAB directory.
2. Replace Line 9, which reads as follows:
doc;
with the following line of code:
!$NETSCAPE\Program\netscape.exe $MATLAB\help\helpdesk.html
where $NETSCAPE is your root Netscape directory and $MATLAB is your root MATLAB directory.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!