No BSD License
x=linspace(0,1,500);y=10.^x; subplot(2,2,1);plot(x,y,'linewidth',3);title('\bflinaire','fonts',16);axis tight subplot(2,2,2);loglog(x,y,'linewidth',3);title('\bfloglog','fonts',16);axis tight subplot(2,2,3);semilogx(x,y,'linewidth',3);title('\bfsemilogx','fonts',16);axis tight subplot(2,2,4);semilogy(x,y,'linewidth',3);title('\bfsemilogy','fonts',16);axis tight
Contact us at files@mathworks.com