Clear Filters
Clear Filters

How do i recover all the entries to a stateflow chart into a structure in matlab workspace through matlab script ?

1 view (last 30 days)
I have a steflow chart which has inputs and outputs .I want to create a structure which recovers all the inputs and outputs of the particular chart block into the structure .When i then call the structure it should automatically show me the entries and outputs .
For example : Entries.name_ofInput1 = *****
Entries.name_ofInput2 = ****
Similarly for the output .
How do i automatically know all the entries of a particular chart in stateflow in matlab workspace through a script ?
Is there any command which gives me access to all the chart Entries and outputs in workspace ?
Any help would be appreciated

Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!