您好,歡迎來(lái)電子發(fā)燒友網(wǎng)! ,新用戶?[免費(fèi)注冊(cè)]

您的位置:電子發(fā)燒友網(wǎng)>源碼下載>matlab源程序>

matlab圖像處理程序

大?。?/span>34 人氣: 2010-02-08 需要積分:0
呂珠峰的空間

用戶級(jí)別:注冊(cè)會(huì)員

貢獻(xiàn)文章:

貢獻(xiàn)資料:

matlab圖像處理程序:%? Script file: c14_date.m
%
%? Purpose:
%??? To calculate the age of an organic sample from the percentage
%??? of the original carbon 14 remaining in the sample.
%
%? Record of revisions:
%????? Date?????? Programmer????????? Description of change
%????? ====?????? ==========????????? =====================
%??? 12/02/97??? S. J. Chapman??????? Original code
%
% Define variables:
%?? age?????? -- The age of the sample in years
%?? lamda???? -- The radioactive decay constant for carbon-14,
%??????????????? in units of 1/years.
%?? percent?? -- The percentage of carbon 14 remaining at the time
%??????????????? of the measurement
%?? ratio???? -- The ratio of the carbon 14 remaining at the time
%??????????????? of the measurement to the original amount of
%??????????????? carbon 14.

% Set decay constant for carbon-14
lamda = 0.00012097;???????????

% Prompt the user for the percentage of C-14 remaining.
percent = input('Enter the percentage of carbon 14 remaining:\n');

非常好我支持^.^

(12) 100%

不好我反對(duì)

(0) 0%

      發(fā)表評(píng)論

      用戶評(píng)論
      評(píng)價(jià):好評(píng)中評(píng)差評(píng)

      發(fā)表評(píng)論,獲取積分! 請(qǐng)遵守相關(guān)規(guī)定!

      ?