Name of the SLX or MDL file, specified as a character vector or string
scalar.
The file name can include a partial path, complete path, relative path, or no path.
When you do not provide a path, the file extension is optional.
To avoid unexpected results caused by shadowed files that share a name, specify a
fully qualified file name.
Example: Simulink.MDLInfo('vdp')
Example: Simulink.MDLInfo('mymodel.slx')
Example: Simulink.MDLInfo('mydir/mymodel.slx')
Example: Simulink.MDLInfo('C:/mydir/mymodel.slx')
Data Types: char
| string