Label Find inside a function

2 Ansichten (letzte 30 Tage)
Mohan Mishra
Mohan Mishra am 19 Jan. 2019
I have a chart in which 4 Graphical function is defined .
I want to find the Label inside a particular function.
My code is as below:-
chartArray = m.find('-isa','Stateflow.Chart')
func = chartArray(1).find('-isa','Stateflow.Function)
ft = func.find('-isa','Stateflow.Transition');
the above code give all transition label.
i need only labels inside specific function

Antworten (0)

Kategorien

Mehr zu Labels and Styling finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by