This shows you the differences between two versions of the page.
— |
cemtool:7.5:internaltoolbox:interrnal:plottypech [2014/04/25 09:03] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[:cemtool]]>[[:cemtool:7.5]]>[[:cemtool:7.5:internaltoolbox]]>[[:cemtool:7.5:internaltoolbox:interrnal]] | ||
+ | |||
+ | ====== plottypech ====== | ||
+ | 여러종류의 online plot 에 데이터 전달시 사용한다. | ||
+ | |||
+ | ===== 문법 ===== | ||
+ | <code matlab> | ||
+ | plottypech(plottype) | ||
+ | </code> | ||
+ | |||
+ | ===== 설명 ===== | ||
+ | online plot 인 onplot, flow1plot, flow2plot 을 동시에 사용시 데이터를 보내줄 때 사용한다. Plottype 이 가질 수 있는 값은 0(onplot), 1(flow1plot), 2(flow3plot) 이다. | ||
+ | |||
+ | ===== 예제 ===== | ||
+ | <file matlab ex.cem> | ||
+ | </file> | ||
+ | ===== 관련함수 ===== | ||
+ | [[onplot]] [[flow1plot]] [[flow2plot]] [[onminmax]] [[cemtool:7.5:internaltoolbox:interrnal:startplot]] [[element]] [[endplot]] | ||
+ | |||