Interpolation non-linear curve in matlab -


can interpolate data:

x       y 5840    0.01904 5860    0.01906 5880    0.01911 5900    0.01918 5920    0.01928 5940    0.0194 5960    0.01956 5980    0.01974 6000    0.01995 6020    0.02019 6040    0.02044 6060    0.02072 6080    0.02101 6100    0.02132 6120    0.02163 6140    0.02196 6160    0.02228 6180    0.02261 6200    0.02293 6220    0.02325 6240    0.02356 6260    0.02386 6280    0.02415 6300    0.02442 6320    0.02468 6340    0.02492 6360    0.02515 6380    0.02536 6400    0.02554 6420    0.02571 6440    0.02586 6460    0.02599 6480    0.02609 6500    0.02618 6520    0.02625 6540    0.02629 6560    0.02632 6580    0.02632 6600    0.02631 6620    0.02627 6640    0.02622 6660    0.02615 6680    0.02606 6700    0.02595 6720    0.02582 6740    0.02568 6760    0.02553 6780    0.02535 6800    0.02517 6820    0.02497 6840    0.02477 6860    0.02455 6880    0.02432 6900    0.02409 6920    0.02385 6940    0.0236 6960    0.02335 6980    0.02311 7000    0.02286 7020    0.02261 7040    0.02236 7060    0.02212 7080    0.02188 7100    0.02165 7120    0.02143 7140    0.02121 7160    0.02101 7180    0.02081 7200    0.02062 7220    0.02044 7240    0.02028 7260    0.02012 7280    0.01997 7300    0.01983 7320    0.01971 7340    0.01959 7360    0.01948 7380    0.01938 7400    0.0193 7420    0.01922 7440    0.01915 7460    0.01909 7480    0.01903 7500    0.01899 7520    0.01896 7540    0.01894 7560    0.01893 7580    0.01893 7600    0.01894 7620    0.01896 7640    0.019 7660    0.01906 7680    0.01913 7700    0.01921 7720    0.01932 7740    0.01944 7760    0.01959 7780    0.01975 7800    0.01993 7820    0.02014 7840    0.02037 7860    0.02062 7880    0.02089 7900    0.02118 7920    0.0215 7940    0.02183 7960    0.02219 7980    0.02256 8000    0.02295 8020    0.02335 8040    0.02377 8060    0.02419 8080    0.02463 8100    0.02508 8120    0.02552 8140    0.02598 8160    0.02643 8180    0.02689 8200    0.02734 8220    0.02779 8240    0.02823 8260    0.02867 8280    0.0291 8300    0.02952 8320    0.02994 8340    0.03035 8360    0.03075 8380    0.03114 8400    0.03152 8420    0.03189 8440    0.03226 8460    0.03262 8480    0.03298 8500    0.03333 8520    0.03367 8540    0.03401 8560    0.03434 8580    0.03467 8600    0.035 8620    0.03531 8640    0.03562 8660    0.03592 8680    0.03622 8700    0.03649 8720    0.03676 8740    0.037 8760    0.03723 8780    0.03744 8800    0.03762 8820    0.03777 8840    0.03789 8860    0.03797 8880    0.03802 8900    0.03802 8920    0.03798 8940    0.0379 8960    0.03778 8980    0.0376 9000    0.03738 9020    0.03712 9040    0.0368 9060    0.03645 9080    0.03605 9100    0.03561 9120    0.03514 9140    0.03464 9160    0.03412 9180    0.03357 9200    0.03301 9220    0.03244 9240    0.03187 9260    0.0313 9280    0.03074 9300    0.03019 9320    0.02966 9340    0.02915 9360    0.02867 9380    0.02821 9400    0.02778 9420    0.02737 9440    0.02698 9460    0.02661 9480    0.02626 9500    0.0259 9520    0.02555 9540    0.02517 9560    0.02477 9580    0.02432 9600    0.02381 9620    0.02323 9640    0.02255 9660    0.02176 9680    0.02083 9700    0.01974 9720    0.01848 9740    0.01703 

using equation:

y = ((c^2)exp(ke) + (b^2)exp^(-ke) + 2*cbcosd((4*3.1416*en/x)(cosd(asind((1/n)sind(sind(90)))))))/(exp(ke) + (c^2)*(b^2)exp(-ke) +2*cbcosd((4*3.1416*en/x)(cosd(asind((1/n)*sind(sind(90)))))))

i want know numerical valeus of c,b,k,e , n.

please me thank much!


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -