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 years 前 | 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 years 前 | 0