Feeds
已回答
Trying to plot radioactive decay equation
clear all clc %%Radioactive Decay%% N0=5*10^22; lemda=0.25; t=[0:10]; N=N0*exp(-lemda.*t); plot(t,N,"r"); xlabel("Half L...
Trying to plot radioactive decay equation
clear all clc %%Radioactive Decay%% N0=5*10^22; lemda=0.25; t=[0:10]; N=N0*exp(-lemda.*t); plot(t,N,"r"); xlabel("Half L...
4 years 前 | 0