Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
clc;
dane=xlsread('File2015_08_05.xlsx')
t=dane(:,1)
G=dane(:,2)
PP_101=3.42 %moc jednostkowa
PP_102=3.72 %kWp
PP_103=3.3
P_101=dane(:,3) %a=Si
P_102=dane(:,4) %CIGS
P_103=dane(:,5) %CdTe
H=abs(trapz(t,G))/60/100
Am_101=1.575
Am_102=1.25
Am_103=0.72
No_101=36
No_102=24
No_103=44
A_101=Am_101*No_101 %m^2
A_102=Am_102*No_102 %m^2
A_103=Am_103*No_103 %m^2
Edc_101=abs(trapz(t,P_101))/60/1000
Edc_102=abs(trapz(t,P_102))/60/1000
Edc_103=abs(trapz(t,P_103))/60/1000
ndc_101=Edc_101/(H*A_101)*1000
ndc_102=Edc_102/(H*A_102)*1000
ndc_103=Edc_103/(H*A_103)*1000
figure(1)
plot(t/60,G,'-k')
xlabel('czas')
ylabel('G [W/m^2]')
axis([0 24 0 1100])
grid on;
figure(2)
plot(t/60,P_101,'.-k')
hold on;
plot(t/60,P_102,'.-b')
plot(t/60,P_103,'.r')
xlabel('czas')
ylabel('P [W]')
axis([0 24 0 4000])
legend('a-Si','CIGS','CdTe')
grid on;
figure(3)
plot(t/60,P_101/PP_101,'.-k')
hold on;
plot(t/60,P_102/PP_102,'.-b')
plot(t/60,P_103/PP_103,'.r')
xlabel('czas')
ylabel('P [W/Wp]')
%axis([0 24 0 1.2])
legend('a-Si','CIGS','CdTe')
grid on;
figure(4)
plot(G,P_102,'ok')
xlabel('G [W/m^2]')
ylabel('P [W]')
grid on;
figure(5)
Ebar=[Edc_101 Edc_102 Edc_103]
h=bar(Ebar,0.5)
set(h,'FaceColor',[1.0,0.55,0.0])
grid on;
ylabel('Daily energy [kWh]','fontsize',11)
axis([0 4 0 30])
%axis('suquare')
title('Energy')
set(gca,'XTick',1:3,'XTickLabel',{'A-Si','CIGS','CdTe'});
figure(6)
Ebar=[Edc_101/PP_101 Edc_102/PP_102 Edc_103/PP_103]
h=bar(Ebar,0.5)
set(h,'FaceColor',[1.0,0.55,0.0])
grid on;
ylabel('Daily energy [kWh]','fontsize',11)
axis([0 4 0 10])
%axis('suquare')
title('Energy')
set(gca,'XTick',1:3,'XTickLabel',{'A-Si','CIGS','CdTe'});
disp(['KOT'])
figure(7)
Ebar=[ndc_101 ndc_102 ndc_103]
h=bar(Ebar,0.5)
set(h,'FaceColor',[1.0,0.55,0.0])
grid on;
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team