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 コマンド ウィンドウに入力して実行してください。Web ブラウザーは 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)