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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

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

Daytime.tif'));<br />

%Minimum Values at Nighttime<br />

bar([dailydate(1):dailydate(length(minnighttime))], minnighttime, '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 Nighttime';<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 at<br />

Nighttime.tif'));<br />

%Mean Values per Day<br />

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

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

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

xlabel 'Date';<br />

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

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

max(meanvector)]);<br />

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

Day.tif'));<br />

%Mean Values at Daytime<br />

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

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

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

xlabel 'Date';<br />

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

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

max(meanvector)]);<br />

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

Daytime.tif'));<br />

%Mean Values at Nighttime<br />

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

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

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

xlabel 'Date';<br />

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

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

max(meanvector)]);<br />

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

Nighttime.tif'));<br />

%Median Values per Day<br />

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

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

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

xlabel 'Date';<br />

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

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

max(medianvector)]);<br />

A-123

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

Saved successfully!

Ooh no, something went wrong!