MATLAB Help Center
Open properties dialog box
dialog(object)
dialog(object) opens the properties dialog box of an object.
object
example
collapse all
Open a Simulink® model called myModel. Suppose that the model contains a Stateflow® chart named My Chart.
myModel
My Chart
open_system("myModel")
Find the chart named My Chart.
ch = find(sfroot,"-isa","Stateflow.Chart", ... Name="My Chart");
Open the properties dialog box for the chart.
dialog(ch);
Stateflow.Chart
Stateflow.State
Stateflow.Box
Stateflow.Function
Object to inspect, specified as a Stateflow API object of one of these types:
Stateflow.Annotation
Stateflow.AtomicBox
Stateflow.AtomicSubchart
Stateflow.Data
Stateflow.EMChart
Stateflow.EMFunction
Stateflow.Event
Stateflow.Junction
Stateflow.Machine
Stateflow.Message
Stateflow.Port
Stateflow.SimulinkBasedState
Stateflow.SLFunction
Stateflow.StateTransitionTableChart
Stateflow.Transition
Stateflow.TruthTable
Stateflow.TruthTableChart
Introduced before R2006a
view | highlight | fitToView
view
highlight
fitToView
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office