필터 지우기
필터 지우기

Label Find inside a function

조회 수: 1 (최근 30일)
Mohan Mishra
Mohan Mishra 2019년 1월 19일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by