clear all;
clc;

importfile('temperatur.txt');
wdhl=diff(find(diff([~temperatur(1); temperatur; ~temperatur(end)])));
tmp=cumsum(wdhl);
wert=temperatur(tmp);
ind=logical(~mod(wert,5));
ind=tmp(ind)