photo

Ayesha Altaf


Last seen: nästan 4 år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


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(:,...

nästan 4 år ago | 1 answer | 0

1

answer

Answered
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(...

nästan 4 år ago | 0