| Version 1.0 |
Requires MATLAB
6.0 (R12) or later |
|
|
|
Activates
the default system web browser to open the URL specified (as a string)
in the input argument.
|
|
| File
format: |
mex-file |
|
Editable
source code:
|
no
|
| Utilises
non-editable functions: |
yes
(Windows API dll's) |
|
Platform:
|
PC/Windows
|
| Required
MATLAB Toolboxes: |
none
(except core MATLAB) |
| Demo
version limitations: |
none
(except for displaying of demo banner) |
|
|
|
| |
winopenbrowser(URLstring);
|
|
|
|
| Input: |
| URLstring |
Can be one
of the following:
- a string
containing a complete URL
- a string
containing a local file with full path
|
|
| |
|
|
| This function
is implemented as a mex function (Windows DLL) called winopenbrowser.dll.
The accompanying winopenbrowser.m
file simply contains the help comments for access via the usual MATLAB
'help' command. |
|
|
|
| |
slmhelp |
opens
the M-Pack help page for given function |
|
|
|
| Open
the Sounds Logical website (requires internet access): |
| |
winopenbrowser('http://www.soundslogical.com/index.html')
|
| |
winopenbrowser
http://www.soundslogical.com/index.html |
|