您好,欢迎来电子发烧友网! ,新用户?[免费注册]

您的位置:电子发烧友网>源码下载>matlab源程序>

matlab图像处理程序

大小:34 人气: 2010-02-08 需要积分:0
吕珠峰的空间

用户级别:注册会员

贡献文章:

贡献资料:

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%

不好我反对

(0) 0%

      发表评论

      用户评论
      评价:好评中评差评

      发表评论,获取积分! 请遵守相关规定!