필터 지우기
필터 지우기

How to find the position of the signal name by simulink API

조회 수: 2 (최근 30일)
Daivaraj P
Daivaraj P 2014년 1월 24일
Consider that two blocks are connected by a signal line and it is named as Sig1. I want to find the position of the signal name Sig1 above or below the signal line using Matlab script by command line.
Script tried: Lines = find_system('mldname','FindAll','on','type','line'); get(Lines(1))
The above command does not hold the information about position of the signal names in the line (i.e) above the line or below the line.
Suggest me the alternate command to achieve my objective.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Generation, Manipulation, and Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by