My plot for x axis name using matlab is "normalized time t/T", where "normalized time" should be in times new roman font, the same as normal font as my paper, and t/T should be in math mood. How to do this using matlab latex interpreter?
For example, if I write
xlabel('Normalized time $t$', 'Fontsize',10,'Interpreter',"latex");
in Matlab, I get

in the plot, but what I really want to get is

when mixing latex with figure labels, Matlab has limited font support. A hack you can try is use the xlabel without a latex interperter, find its position, and add a text next to it with latex. For example: