I want to have the x-axis logarithmic to the base 2: From 2^10 to 2^25 and at each step the exponent should increase by one, while the y-axis should be linear.
How is this possible? I already figured out
set(gca,'XScale','log')
but u can't set the base.
