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])

14 years ago | 0

| accepted

Answered
"Subscript indices must either be real positive integers or logicals" Error... How to solve this!
the smallest value of i is 1, but you are assigning to an array by using i-2. So for the 2nd to last iteration of the loop you ...

14 years ago | 0

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...

14 years ago | 0

| accepted