-
Notifications
You must be signed in to change notification settings - Fork 0
/
avgData.m
12 lines (4 loc) · 2.77 KB
/
avgData.m
1
2
3
4
5
6
7
t=table([1360;2040;1160;6940;540;2220;4400;4920;360;3700;4780;60;2080;4880;3360;1820;5480;4660;1060;3060;600;3080;840;560;4500;1520;2680;340;320;440;1580;2340;2780;220;11500;740;6840;1680;1380;160;9800;180;1780;4260;2380;2500;1800;3160;1640;3620;1480;4600;1920;8840;4480;3180;1280;3920;1260;1960;2760;1020;1560;880;3200;3640;80;4940;2980;660;1240;7740;3720;9040;4460;3340;3040;640;3960;800;9380;400;720;4540;3480;2640;240;4000;140;4380;680;2020;1040;7180;2280;2140;15000;15440;900;3940;2900;6820;4580;1120;5260;5880;200;420;5040;5340;2000;2320;100;120;5540;500;5660;2740;4180;1880;620;7000;4960;1440;1140;2560;3420;780;2840;6500;260;3980;8860;860;2100;4140;1620;1000;8280;380;1180;3300;3260;1100;1320;960;8540;760;3240;6400;700;2480;6780;2960;1220;3600;1200;4840;13580;980;1700;3000;3520;1300;2440;920;6060;18120;5500;2160;3460;2580;1720;1740;580;11140;6080;2520;3820;6040;280;4300;11840;3840;2120;2940;1340;520;3020;300;480;3120;3660;7020;4420;2800;11900;14380;7240;1600;2700;16840;2200;6100;2820;1460;1900;2360;4640;5620;5020;4060;2180;1080;2860;4440;820;10580;40;3800;5800;6580;6740;2300;5980;13940;9820;6200;11420;3440;6720;14120;2400;460;4100;1940;2880;7900;14560;1760;7820;5080;2260;6700;7060;4900;5400;5940;4020;6220;4620;8800;1400;5140;16340;4040;5000;2420;9520;3400;2920;5440;1840;13820;7540;1660;5520;4220;8580;6760;7520;5280;11160;11380;5780;19820;3740;5120;7120;15240;2720;1500;9600;5740;4360;4160;1540;9260;4740;3880;2060;5580;2600;4520;6340;6460;7800;6260;2620;7400;5760;4240;16300;1420;6480;7980;17360;6020;16180;3380;2460;3540;5560;1980;940;2660;8260;5900;1860;4320;8960;8000;6660;5240;4280;10900;3320;4200;10680;3140;4680;7140;5460;7300;4560;12660;3500;3100;6000;12960;3680;6380;14980;4720;6160;5640;16940;6800;9180;13440;18040;16680;11860;4340;1880;5720;80;5320;940;18340;5060;6140;8980;5700;5820;140;6980;960]',[22;30;36;3;39;12;8;9;49;12;8;42;19;4;10;24;11;9;29;13;43;13;32;44;6;24;11;39;50;46;31;27;10;58;1;29;3;26;27;60;2;25;22;7;9;16;11;11;18;6;21;5;23;1;7;11;30;7;23;17;23;28;23;44;21;13;37;7;14;34;36;1;10;1;7;13;9;44;10;41;4;40;54;9;9;13;34;7;45;6;39;19;25;4;22;22;1;1;38;10;20;3;5;31;6;4;51;43;7;8;13;11;66;42;4;49;5;15;8;25;51;2;3;25;29;11;11;32;6;6;36;8;2;37;16;5;20;25;2;41;20;16;24;25;24;38;2;37;5;2;35;11;1;16;31;13;31;5;1;23;24;13;8;28;12;32;3;2;5;18;9;18;19;23;37;1;2;15;9;2;50;5;1;10;15;15;22;47;15;43;50;10;7;4;10;14;1;1;1;23;18;1;17;5;19;26;16;21;6;3;6;9;21;29;10;8;34;2;8;7;3;1;2;11;4;1;2;1;1;10;3;1;17;33;10;21;7;1;1;27;4;9;20;3;4;7;5;6;15;2;6;1;35;6;1;4;6;8;2;10;9;4;18;1;2;26;7;11;1;4;5;7;1;3;6;1;8;3;2;1;11;22;2;3;6;5;17;2;6;5;13;4;8;5;2;1;3;1;16;2;4;8;1;20;1;2;1;2;1;16;11;14;4;20;19;12;2;3;12;5;4;1;2;5;5;1;18;3;2;5;2;3;5;3;4;1;6;17;4;1;11;3;1;2;4;4;1;2;2;2;2;1;1;3;1;1;2;5;2;2;4;6;1;4;6;1;7;1]','VariableNames',{'x','y'});
n=[0:5000:20000];
f=26.2347*exp(-(0.000411*n));
plot(n,f)