5 plot(1:7,courbe(1:7),'b','LineWidth',2)
7 plot(8:48,courbe(8:48),'b','LineWidth',2)
9 ylabel('z','FontSize', 30)
10 set(gca, 'FontSize', 20)
12 set(B, 'Position', [.91 .11 .03 .8150])
14 colormap([cmapVert([1:1:end],:);cmapBleu(end:-1:1,:)]);
15 %colormap(gr(end:-1:1,:));
16 indice = [3,3,6,12,24];
17 indice2=[0,cumsum(indice)];
21 beta(1,(j-1)*2^4+l) = C(indice2(1)+j);
27 beta(r,(j-1)*2^(5-(r-1))+l) = C(indice2(r)+j);
34 ylabel('d_1 d_2 d_3 d_4 a_4','FontSize', 30)
35 set(gca, 'FontSize', 20)
40 set(gca,'xtick',[],'ytick',[])
41 set(gca, 'FontSize', 20)
43 % axes('Position', [0.05 0.05 0.9 0.9], 'Visible', 'off');
44 % c=colorbar ('FontSize',18);
46 set(B, 'Position', [.91 .11 .03 .8150])
47 %set(gca,'Position',[.1 0.1 0.9 0.9])
48 set(gca, 'FontSize', 15)
51 % plot(courbe,'LineWidth',2)
52 % axis([0 48 -0.7 0.7])
54 % plot([8,24,40],C(1:3),'+','LineWidth',2)
55 % axis([0 48 -1.6 1.6])
57 % plot([8:16:48],C(4:6),'+','LineWidth',2)
58 % axis([0 48 -0.6 0.6])
60 % plot([4:8:48],C(7:12),'+','LineWidth',2)
61 % axis([0 48 -0.4 0.4])
63 % plot([2:4:48],C(13:24),'+','LineWidth',2)
64 % axis([0 48 -0.2 0.2])
66 % plot([1:2:48],C(25:48),'+','LineWidth',2)
67 % axis([0 48 -0.2 0.2])