ヘルプ センターヘルプ センター
このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
名前による tsdata.event のクエリ
tsdata.event
[event,ind] = findEvent(tse,tsename)
[event,ind] = findEvent(tse,tsename,n)
[event,ind] = findEvent(tse,tsename) は、tsdata.event オブジェクト tse の配列にある名前 tsename を使用して、最初の tsdata.event オブジェクト event を返します。出力引数 ind は、event に対応する tse のインデックスです。
event
ind
tse
tsename
[event,ind] = findEvent(tse,tsename,n) は、配列 tse にある n 番目の tsdata.event オブジェクトおよびそのインデックスを返します。
n
例
すべて折りたたむ
名前が MyEvent の tsdata.event オブジェクトを 2 つ含むベクトルを作成します。MyEvent という名前の最初のイベントを検索します。
MyEvent
tse1 = tsdata.event('MyEvent',1); tse2 = tsdata.event('MyEvent',2); tse = [tse1 tse2]; [event1,ind1] = findEvent(tse,'MyEvent'); event1
EventData: [] Name: 'MyEvent' Time: 1 Units: 'seconds' StartDate: ''
ind1
ind1 = 1
MyEvent という名前の 2 番目のイベントを検索します。
[event2,ind2] = findEvent(tse,'MyEvent',2); event2
EventData: [] Name: 'MyEvent' Time: 2 Units: 'seconds' StartDate: ''
ind2
ind2 = 2
入力 tsdata.event。配列として指定します。
tsdata.event の名前。文字ベクトルとして指定します。
tsdata.event の数値。整数値スカラーとして指定します。
出力 tsdata.event。スカラーとして指定します。
tsdata.event のインデックス。整数値スカラーとして指定します。
R2006a より前に導入
timeseries | tscollection | tsdata.event
timeseries
tscollection
次の 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:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office