This shows you the differences between two versions of the page.
— |
cemtool:7.5:internaltoolbox:interrnal:element [2014/04/25 09:03] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[:cemtool]]>[[:cemtool:7.5]]>[[:cemtool:7.5:internaltoolbox]]>[[:cemtool:7.5:internaltoolbox:interrnal]] | ||
+ | |||
+ | ====== element ====== | ||
+ | 각 원소를 이미 설정된 그래프 위에 점 단위로 출력하기 위한 명령 | ||
+ | |||
+ | ===== 문법 ===== | ||
+ | <code matlab> | ||
+ | element(그래프 위치, X, Y) | ||
+ | </code> | ||
+ | 입력 | ||
+ | 그래프 위치 : 점을 출력하고자 하는 그래프의 위치 | ||
+ | X : 출력할 점의 X 좌표 | ||
+ | Y : 출력할 점의 Y 좌표 | ||
+ | |||
+ | ===== 설명 ===== | ||
+ | online plot 에서 각 원소를 이미 설정된 그래프 위에 점 단위로 출력하기 위한 명령 | ||
+ | |||
+ | ===== 예제 ===== | ||
+ | <file matlab ex.cem> | ||
+ | </file> | ||
+ | ===== 관련함수 ===== | ||
+ | [[cemtool:7.5:internaltoolbox:interrnal:onplot]] [[cemtool:7.5:internaltoolbox:interrnal:flow1plot]] [[cemtool:7.5:internaltoolbox:interrnal:flow2plot]] [[cemtool:7.5:internaltoolbox:interrnal:onminmax]] [[cemtool:7.5:internaltoolbox:interrnal:startplot]] [[endpoint]] | ||
+ | |||