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
)
Tip
You can also access the function interactively from the Export to Report API (since R2024a) command in the File menu of the Report Explorer.
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 R2022bSee Also
report
| rptlist
| rptconvert