已回答
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])

13 years 前 | 0

| 已接受

已回答
"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 ...

13 years 前 | 0

已回答
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...

13 years 前 | 0

| 已接受