![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20780053_1609854534747_DEF.jpg)
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