フィルターのクリア

Name timetable values based on datetimes defining time range

1 回表示 (過去 30 日間)
Sebastian Engelsgaard
Sebastian Engelsgaard 2021 年 4 月 12 日
回答済み: Cris LaPierre 2021 年 4 月 12 日
Hi,
I'm not able to extract values in my timetable.
My datetime format is:
30-Aug-2019 10:26:01.000
.. and I'm defining a timerange as seen below.
% ttableA.Time | ttableA.Var1_1 | ttableA.Var1_2 | ttableA.Var1_3 |
%30-Aug-2019 10:26:01.000 | Value | Value | Value
app.timeinterval = timerange(app.DatetimeStart,app.DatetimeEnd)
app.id= app.ttableA(app.timeinterval,'Var1_1')
app.UITable.Data = [
{'-' max(app.id) '-' '-' '-' '-' '-' '-'};
{'-' '-' '-' '-' '-' '-' '-' '-'};...
What's an easy way to extract values from variables in a timetable, do simple calculations and plot it in a UITable?

採用された回答

Cris LaPierre
Cris LaPierre 2021 年 4 月 12 日
You may find the page Access Data in a Table helpful.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeExponents and Logarithms についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by