slreportgen.utils.pathJoin
Combine two diagram path parts
Description
combines the diagrampath
= slreportgen.utils.pathJoin(parent
,name
)parent
and name
paths to create a
full Simulink® diagram path. Any newlines are converted to spaces.
Examples
Combine Parent Diagram Path and Diagram Name
Run the following command to access the supporting files used in this example.
openExample('rptgenext/SimulinkReportGeneratorFilesExample');
slreportgen.utils.pathJoin("slrgex_sf_car/transmission",... "transmission ratio")
diagpath = "slrgex_sf_car/transmission/transmission ratio"
Input Arguments
Output Arguments
Version History
Introduced in R2018b