Main Content
exportScenario
Syntax
Description
exportScenario(
exports a scenario file to one of the file formats that RoadRunner supports.rrApp
,filename
,formatname
)
exportScenario(
sets options for export using rrApp
,filename
,formatname
,exportoptions
)exportoptions
. The export options
configuration is specified as one of the export options objects compatible with the format
name specified in the formatname
argument. You can export only
ASAM OpenSCENARIO® files.
Examples
Input Arguments
Version History
Introduced in R2022a
See Also
roadrunner
| openScenarioExportOptions
| openScenario2ExportOptions
| sceneGraphExportOptions
| importScenario
| openScenario
| close
Topics
- RoadRunner Scenario Fundamentals (RoadRunner Scenario)
- Simulate a RoadRunner Scenario Using MATLAB Functions