Réponse acceptée

ANKUR KUMAR
ANKUR KUMAR le 5 Oct 2018
Its because t and N have different dimension. Refer this problem. I have done little change to make it understandable.
clc
clear
t=0:.5:10;
N_0=1;
N=N_0*exp(t);
plot(t,N)

Plus de réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by