Sounds Logical
Send Page To a Friend

Table Of Contents Previous Page Next Page

[M-Utilities overview]

M-Utilities: MATLAB function reference

slmhelp

Version 1.0 Requires MATLAB 6.0 (R12) or later

Opens the html help file for a given Sounds Logical m-function. Can also be used to access: the Help Desk main page, the PDF version of the Help Desk, and the M-Pack Support pages on the Sounds Logical website.

File format: m-file
Editable source code:
yes
Utilises non-editable functions: yes (mex dll)
Platform:
PC/Windows
Required MATLAB Toolboxes: none (except core MATLAB)
Demo version limitations: p-code only (non-editable)
Syntax:
 

slmhelp(functionnamestring);

  slmhelp;
  slmhelp('-pdf');
  slmhelp('-web');
Arguments:
Input:
functionnamestring

Can be one of the following:

  • a string containing the name of the M-Pack function for which help is required
  • empty (opens the Help Desk main page)
  • '-pdf' (opens the PDF version of the Help Desk)
  • '-web' (opens the M-Pack web support pages, requires internet access)
 
  • Makes use of the winopenbrowser function to activate the default browser.
  • Each M-Pack has a copy of the slmhelp.m function in its root directory so it can be called directly from any M-Pack without having to augment the MATLAB path.
  • The M-Pack Help Desk distributed with each M-Pack contains the documentation for all M-Packs -- even those which have not been purchased.
  • The directory structure for the M-Pack Help Desk is correctly set up when the M-Pack product(s) are installed. It is not recommended that these are changed by the user after installation.
  winopenbrowser opens a specified URL in the default browser
Examples:
Ex.1 Open the Help Desk page for the wavout.m function:
  slmhelp wavout
  slmhelp('wavout')
 
Ex.2 Open the main Help Desk page:
  slmhelp
 
Ex.3 Open the PDF version of the Help Desk:
  slmhelp -pdf
  slmhelp('-pdf')
   
Ex.4 Open the M-Pack Support pages at SoundsLogical.com (requires internet access):
 
  slmhelp -web
  slmhelp('-web')

Top Of Page Table Of Contents Previous Page Next Page

Send Page To a Friend

home - news - products - store - support - site map - company info
© 2007 Sounds Logical. All rights reserved.
Sounds Logical
legal notice - privacy statement