How to print Time Series array data..??

I want to display data values when time=10sec i.e.,266.4385, 26.9961, 253.7026 and 27.0366. How to do it..???

답변 (1개)

KL
KL 2017년 10월 24일
편집: KL 2017년 10월 24일

0 개 추천

tsData.Data(tsData.Time==10)
Instead of a screenshot, if you had explained the way you have stored your data and it's properties, answer could have been more specific. Nevertheless, I guess you get the idea of how it works.

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

질문:

2017년 10월 24일

편집:

KL
2017년 10월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by