I have a question in the MATLAB
[IMG]Uploaded with ImageShack.us[/IMG]
could you please help me ?
I have a question in the MATLAB
[IMG]Uploaded with ImageShack.us[/IMG]
could you please help me ?
i open m-file and paste
t=linspace(0,2,1000);
ii=3.*(1-e.^(-4.*t./1.3));
jj=3.*e.^(-4.*t./1.3).*(exp(0.5*4/1.3)-1);
kk=ii+(t>0.5).*(jj-ii);
plot(t,kk);
and save the file by name and in command page enter nezar he give me
>> nezar
??? Undefined function or variable 'e'.
Error in ==> nezar at 2
ii=3.*(1-e.^(-4.*t./1.3));