getsamples
timeseries
의 서브셋
설명
예제
timeseries
의 서브셋
timeseries
객체 tsin
의 샘플의 서브셋인 timeseries
객체 tsout
을 만듭니다.
tsin = timeseries([10 20 30 40 50]',[0 5 10 15 20])
timeseries Common Properties: Name: 'unnamed' Time: [5x1 double] TimeInfo: tsdata.timemetadata Data: [5x1 double] DataInfo: tsdata.datametadata
tsout = getsamples(tsin,3:5)
timeseries Common Properties: Name: 'unnamed' Time: [3x1 double] TimeInfo: tsdata.timemetadata Data: [3x1 double] DataInfo: tsdata.datametadata
tsout
의 샘플 시간값 및 데이터 값을 표시합니다. tsout
의 샘플 시간은 tsin.Time(3:5)
의 샘플 시간입니다.
tsout.Time
ans = 3×1
10
15
20
tsout.Data
ans = 3×1
30
40
50
입력 인수
tsin
— 입력 timeseries
스칼라
입력 timeseries
로, 스칼라로 지정됩니다.
데이터형: timeseries
ind
— 행 인덱스 또는 열 인덱스
스칼라 | 벡터
행 인덱스 또는 열 인덱스로, 양의 정수 숫자형 스칼라 또는 벡터로 지정됩니다. ind
는 열 방향 데이터(ts.IsTimeFirst
가 true
임)에 대해 열 인덱스를 나타내고, 행 방향 데이터(ts.IsTimeFirst
가 false
임)에 대해 행 인덱스를 나타냅니다.
데이터형: double
| single
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
버전 내역
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)