How do I isolate certain portions of my data in a time series?

조회 수: 1 (최근 30일)
Damian Martin
Damian Martin 2020년 10월 18일
답변: Prudhvi Peddagoni 2020년 10월 21일
Sorry, I am new ot MatLab and I have a 429x18 array measuring 18 different parameters - one of those being downwelling shortwave radiation. I need to isolate any data in the time series with shortwave downwelling >20 Wm-2. My professor mentions using "ii=find(Rsw>20)" to find the indices ii I am looking for, but I am having a hard time actually typing this into MatLab in the correct format it seems.
  댓글 수: 1
Mathieu NOE
Mathieu NOE 2020년 10월 19일
hi
have you looked at the help (type help find in the command window)

댓글을 달려면 로그인하십시오.

답변 (1개)

Prudhvi Peddagoni
Prudhvi Peddagoni 2020년 10월 21일
Hi,
there is a way to extract elements from the matrix based on some predefined conditions.
please refer this answer for the steps to do this.
Hope this helps.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by