Getting the low and high years

1 Ansicht (letzte 30 Tage)
desert_scientist90
desert_scientist90 am 25 Okt. 2019
Beantwortet: galaxy am 25 Okt. 2019
Hi I have a table with z-scores per year, I am trying to get the z-scores with values greater that 1 and lower than -1. How can I do this on matlab?
Thanks for your help

Akzeptierte Antwort

galaxy
galaxy am 25 Okt. 2019
Let 's try
load('zyrs.mat');
out = year_SPI(find(abs(year_SPI(:,2)) >1), :);

Weitere Antworten (0)

Kategorien

Mehr zu General Applications finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by