Effacer les filtres
Effacer les filtres

Getting the low and high years

2 vues (au cours des 30 derniers jours)
desert_scientist90
desert_scientist90 le 25 Oct 2019
Réponse apportée : galaxy le 25 Oct 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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur General Applications dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by