| 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) |
|
|
|
| |
slmhelp(functionnamestring);
|
| |
slmhelp; |
| |
slmhelp('-pdf'); |
| |
slmhelp('-web'); |
|
|
|
| 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.
|
|
|
|
|
|
|
|
| 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') |
|