c =0:0.1:10;
fc = 50./c.*(1-exp(-9.*c/5))-10;
figure
plot(c,fc,’b’,’linewidth’,2)
hold on
plot(c,zeros(size(c)),’k’,’linewidth’,2)
xlabel(‘c’)
ylabel(‘f(c)’)
axis([0 10 -10 10])
c =0:0.1:10;
fc = 50./c.*(1-exp(-9.*c/5))-10;
figure
plot(c,fc,’b’,’linewidth’,2)
hold on
plot(c,zeros(size(c)),’k’,’linewidth’,2)
xlabel(‘c’)
ylabel(‘f(c)’)
axis([0 10 -10 10])