Main Content
loadScenarioToWorkspace
Syntax
Description
loadScenarioToWorkspace(
loads a scenario of the specified file filename
,variable
)filename
to the MATLAB® base workspace, assigns the variable variable
to it, and
verifies that filename
is a supported file type.
loadScenarioToWorkspace(
loads a scenario and casts spreadsheet data according to the spreadsheet type configuration
specified by filename
,variable
,spreadsheetDataTypeConfig
)spreadsheetDataTypeConfig
.
loadScenarioToWorkspace(
loads a scenario and uses filename
,variable
,spreadsheetDataTypeConfig
,filetype
)filetype
to read the data to assign a
variable to workspace.
Examples
Input Arguments
Version History
Introduced in R2024b