方程和画图
请大家看看我这个方程有什么问题?
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
请大家看看我这个方程有什么问题?
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
2007-04-18 16:48
2007-04-18 18:37
2007-04-18 20:23
2007-04-18 22:10

2007-04-19 13:44
2007-04-20 19:09