get
tscollection
속성 쿼리
설명
예제
속성 표시하기
두 timeseries
객체에서 tscollection
객체를 만든 후, 만든 객체의 속성을 표시합니다.
ts1 = timeseries(rand(5,1),'Name','ts1'); ts2 = timeseries(rand(5,1),'Name','ts2'); tsc = tscollection({ts1,ts2}); tscinfo = get(tsc)
tscinfo = struct with fields:
Name: 'unnamed'
Time: [5x1 double]
TimeInfo: [1x1 tsdata.timemetadata]
Length: 5
ts1: [1x1 timeseries]
ts2: [1x1 timeseries]
Length
속성만 표시합니다.
tsclength = get(tsc,'Length')
tsclength = 5
입력 인수
tsc
— 입력 tscollection
스칼라
입력 tscollection
으로, 스칼라로 지정됩니다.
propname
— 속성 이름
문자형 벡터
속성 이름으로, 문자형 벡터로 지정됩니다. 전체 tscollection
속성 이름 목록은 tscollection
을 참조하십시오.
데이터형: char
버전 내역
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)