Is there a way to provide a proxy setting to the MATLAB Help Desk?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
Respuesta aceptada
MathWorks Support Team
el 27 de Jun. de 2009
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!