Open file in appropriate application (Windows)
winopen name
example
winopen name opens the specified file in the Microsoft® Windows® application associated with the extension of the file. winopen uses a Windows shell command, and performs the same action as double-clicking the file in Windows Explorer.
name
winopen
collapse all
Open the file thesis.docx in Microsoft Word.
thesis.docx
winopen thesis.docx
Open the file my_sine_wave.html in the system Web browser.
my_sine_wave.html
winopen my_sine_wave.html
winopen(cd)
Name of file to open, specified as a character vector. name can be an absolute or relative path.
dos | open | web
dos
open
web
You have a modified version of this example. Do you want to open this example with your edits?