The legend in my plot is too long, how can I break it into two lines? I'm plotting using plotyy and used this code:
leg = sprintf('I_{fitting}=I_0/(\surd{2\pi}\sigma)e^{-[t-t_0]^2/(2.\sigma^2)};\nso t_0=0.2\mus;\sigma=0.09\mus;I_0=4.8\cdot10^{10}W/cm^2')
legend([h1 h2], 'I=10^{14}[T_e/(3680(1.054)^{1/3})]^{1.5}',leg);
Can you tell me what the problem is?


plotyyand determineh1andh2. - horchler