![]() |
#2
尘埃1222007-04-18 18:37
|
请大家看看我这个方程有什么问题?
function fcht01
h0=figure('toolbar','none',...
'position',[198 56 350 300],...
'name','fcht01');
t=-10:10;
F=1-exp(-0.1967*t^0.5);
plot(t,F,'r-')
xlabel('t');
ylabel('F');
title('Fde 函数曲线');
grid on