Feeds
提问
Fitting equation in matlab
I have an equation of the form y= a0+a1log(x)+ a2log(1/x) I want to use polyfit but I don't know how to fix the degree of t...
12 years 前 | 3 个回答 | 0
3
个回答提问
finding location of numbers in matrix
I have a matrix of A= 65 x 500. I want to find the position (location) of data in 'A' which are above 300. It really giving me ...
12 years 前 | 4 个回答 | 0
4
个回答提问
error 'Index exceeds matrix dimensions.'
I want to compute the following code but an error which says 'Index exceeds matrix dimensions' appears and I find it puzzling. M...
13 years 前 | 2 个回答 | 0
2
个回答提问
averaging successive points in matrix
I am new to matlab and I want to average a matrix M(26x149) in such away that 9 successive data points in the second dimension...
13 years 前 | 1 个回答 | 0
