Simulink.Bus.save
Save Simulink.Bus
object definitions in function
Syntax
Description
Simulink.Bus.save(
saves
definitions of all file
)Simulink.Bus
objects in the MATLAB® base workspace to a function.
Simulink.Bus.save(
,
where file
,fileFormat
)fileFormat
is "object"
, saves the
Simulink.Bus
object definitions using arrays. The
"object"
format makes the function easier to read. The
default for fileFormat
is "cell"
, which uses
cell arrays and is more compact than the "object"
format.
Simulink.Bus.save(
saves definitions of only the file
,fileFormat
,busNames
)Simulink.Bus
objects specified by
busNames
.
Simulink.Bus.save(
saves the file
,fileFormat
,busNames
,scope
)Simulink.Bus
object definitions from the data dictionary
specified by scope
.