MATLAB Function Reference    
winopen

Open file in appropriate application (Windows only)

Syntax

Description

winopen('filename') opens filename in the the appropriate Microsoft Windows application. The winopen function uses the appropriate Windows shell command, and performs the same action as if you double-click on the file in the Windows Explorer. If filename is not in the current directory, specify the absolute path for filename.?

Description

Open the file mywebpage.html, located in the current directory, in your system's default Web browser

Examples

Running

open the file thesis.doc, located in the current directory, in Microsoft Word.

To open myresults.html in your system's default Web browser, run

See Also

dos, open, web


  wilkinson wk1read