29.09.2014 Views

Casestudie Breakdown prediction Contell PILOT - Transumo

Casestudie Breakdown prediction Contell PILOT - Transumo

Casestudie Breakdown prediction Contell PILOT - Transumo

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

hold off;<br />

print('-dtiff', strcat(path, 'Graphs\', filename, '- Maximum Values per<br />

Day.tif'));<br />

%Maximum Values at Daytime<br />

bar([dailydate(1):dailydate(length(maxdaytime))], maxdaytime, 'k');<br />

hold on;<br />

plot(interpolation(:,1), interpolation(:,4), '--b')<br />

plot(interpolation(:,1), interpolation(:,5), '--r')<br />

datetick('x',20, 'keeplimits');<br />

title 'Maximum Values at Daytime';<br />

xlabel 'Date';<br />

ylabel 'Temperature (°C)';<br />

axis([dailydate(1) dailydate(length(maxvector)) min(maxvector)<br />

max(maxvector)]);<br />

hold off;<br />

print('-dtiff', strcat(path, 'Graphs\', filename, '- Maximum Values at<br />

Daytime.tif'));<br />

%Maximum Values at Nighttime<br />

bar([dailydate(1):dailydate(length(maxnighttime))], maxnighttime, 'k');<br />

hold on;<br />

plot(interpolation(:,1), interpolation(:,4), '--b')<br />

plot(interpolation(:,1), interpolation(:,5), '--r')<br />

datetick('x',20, 'keeplimits');<br />

title 'Maximum Values at Nighttime';<br />

xlabel 'Date';<br />

ylabel 'Temperature (°C)';<br />

axis([dailydate(1) dailydate(length(maxvector)) min(maxvector)<br />

max(maxvector)]);<br />

hold off;<br />

print('-dtiff', strcat(path, 'Graphs\', filename, '- Maximum Values at<br />

Nighttime.tif'));<br />

%Minimum Values per Day<br />

bar([dailydate(1):dailydate(length(minvector))], minvector, 'k');<br />

hold on;<br />

plot(interpolation(:,1), interpolation(:,4), '--b')<br />

plot(interpolation(:,1), interpolation(:,5), '--r')<br />

datetick('x',20, 'keeplimits');<br />

title 'Minimum Values per Day';<br />

xlabel 'Date';<br />

ylabel 'Temperature (°C)';<br />

axis([dailydate(1) dailydate(length(minvector)) min(minvector)<br />

max(minvector)]);<br />

hold off;<br />

print('-dtiff', strcat(path, 'Graphs\', filename, '- Minimum Values per<br />

Day.tif'));<br />

%Minimum Values at Daytime<br />

bar([dailydate(1):dailydate(length(mindaytime))], mindaytime, 'k');<br />

hold on;<br />

plot(interpolation(:,1), interpolation(:,4), '--b')<br />

plot(interpolation(:,1), interpolation(:,5), '--r')<br />

datetick('x',20, 'keeplimits');<br />

title 'Minimum Values at Daytime';<br />

xlabel 'Date';<br />

ylabel 'Temperature (°C)';<br />

axis([dailydate(1) dailydate(length(minvector)) min(minvector)<br />

max(minvector)]);<br />

hold off;<br />

A-122

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!