Answered Font of axis data and legends
Get the handle of the label, legend etc: Handle=xlabel(...)
Then you can use set(Handle,'FontName',[name of font])
Answered How to add a file location in Matlab
You can change the current directory (the folder Matlab is currently working in)
using the cd function.
e.g.
cd C:\Tes...