Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
Damian Martin
Damian Martin el 18 de Oct. de 2020
Respondida: Prudhvi Peddagoni el 21 de Oct. de 2020
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.

Respuestas (1)

Prudhvi Peddagoni
Prudhvi Peddagoni el 21 de Oct. de 2020
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.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by