How can find all stateflow objects which used function?
이전 댓글 표시
답변 (1개)
Fangjun Jiang
2020년 11월 23일
0 개 추천
If you use "MATLAB action language" in your chart, then the floor() function is the same as the floor() function provided by MATLAB. The help link you provided is correct. It is a built-in function. You don't get its source code.
"edit floor.m" shows you the brief help text
"doc floor" is the same as your help link.
댓글 수: 2
galaxy
2020년 11월 24일
Fangjun Jiang
2020년 11월 24일
You could use Stateflow API to search (find) the "floor" keyword. It may not be 100% robust but mostly should fit the need.
web(fullfile(docroot, 'stateflow/api/overview-of-the-stateflow-api.html'))
카테고리
도움말 센터 및 File Exchange에서 Decision Logic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!