I tried using bold font for the Greek letters in my axis labels in Matlab but they don't seem to work.
For example:
xlabel('\mathbf{\rho}','Interpreter','latex')
I've tried other commands such as \bf but still it doesn't work.
Does anyone know how to get around this?
Thanks!