<div class="code">    
<pre class="verbatim">
x = [1.3:0.001:2.3];
plot(x, log(x)+1.1, '-', x, x, '--')
grid on;
ylabel('y');
xlabel('x');
title('Cas d''un point fixe attractif');
</pre>
</div>