horzcat
tscollection
객체를 가로로 결합
설명
tscout = horzcat(
은 결합된 객체들의 tsc1,tsc2,…,tscN
)timeseries
가 들어 있는 tscollection
객체 tsc1
, tsc2
,…, tscN
을 가로로 결합합니다. 목록의 각 tscollection
은 동일한 시간 벡터를 가져야 합니다.
예제
가로 결합
2개의 tscollection
객체를 생성하고 가로로 결합합니다.
ts1 = timeseries([1.1 2.9 3.7 4.0 3.0]',1:5,... 'Name','Acceleration'); ts2 = timeseries([3.2 4.2 6.2 8.5 1.1]',1:5,... 'Name','Speed'); tsc1 = tscollection(ts1); tsc2 = tscollection(ts2); tscout = horzcat(tsc1,tsc2)
Time Series Collection Object: unnamed Time vector characteristics Start time 1 seconds End time 5 seconds Member Time Series Objects: Acceleration Speed
입력 인수
tsc1,tsc2,…,tscN
— tscollection
객체 목록
쉼표로 구분된 목록(CSV)
결합하고자 하는 tscollection
객체 목록으로, 스칼라 tscollection
객체의 쉼표로 구분된 목록으로 지정됩니다.
버전 내역
R2006a 이전에 개발됨
참고 항목
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)