rpt2api
Description
rpt2api(
converts the specified
report setup file to a MATLAB® program that uses the programmatic interface of the MATLAB
Report Generator™. The function saves the created MATLAB program file in the current directory, with the same name as the setup
file.rptPath
)
The function converts supported Report Explorer components. The converter does not convert XSL style sheets associated with report setup files. The converted script includes comments to identify components that are unsupported for conversion. Use the Report API and Document Object Model (DOM) API to add equivalent formatting to the converted program. See Report Generator Development.
rpt2api(___,
specifies one or more additional name-value arguments.Name=Value
)
Examples
Input Arguments
Version History
Introduced in R2022b
See Also
report
| rptlist
| rptconvert