MATLAB: How to make loglog subplots

loglogsubplot

I have multiple plots that I would like to display together (in a subplot type distribution), however, my plots need to have a loglog scale. Is there a way to do this?

Best Answer

set(gca,'xscale','log')