mlreportgen.utils.fileToURI
Convert file path to Universal Resource Identifier
Description
converts uri = mlreportgen.utils.fileToURI(filename)filename to a Universal Resource Identifier (URI).
URIs are strings that specify the name of a file and the path to that file. URIs allow access to a resource over a network. Web addresses (URLs) are a type of URI. For more information about URIs, see the URI specification at the World Wide Web Consortium website.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2018b