Ayesha Altaf
Followers: 0 Following: 0
Feeds
질문
what's wrong with this code. why it show error can anyone tell?
function matlab clc;clear; %Radioactive decay y0=[5*10^26;0]; soln = ode23(@f1,[0 8],y0) t = linspace(0,8,24); y(:,...
거의 4년 전 | 답변 수: 1 | 0
1
답변답변 있음
Trying to plot radioactive decay equation
function matlab clc;clear; %Radioactive decay y0=[5*10^26;0]; soln = ode23(@f1,[0 8],y0) t = linspace(0,8,24); y(...
Trying to plot radioactive decay equation
function matlab clc;clear; %Radioactive decay y0=[5*10^26;0]; soln = ode23(@f1,[0 8],y0) t = linspace(0,8,24); y(...
거의 4년 전 | 0