open
Open file in appropriate application
Syntax
Description
open opens the specified file or
variable in the appropriate application.name
You can extend the functionality of open by defining your own
file-handling function of the form
open, where
xxxxxx is a file extension. For example, if you create a
function openlog, then the open function calls
openlog to process any files with the .log
extension. The open function returns any single output defined by
your function.
Examples
Input Arguments
Version History
Introduced before R2006a