I'd like to put subscripts in a vertical axis label like this:
ylabel("E_{HF}/N_e (meV)") set(gca,"fontsize",20)
The result, however, is that the subscripts are about a line below the unsubscripted text, and not much smaller. Is there any way I can have the subscripts at least shifted not as far down - say, shifted down by half a character's height?