Feeds
提问
Does the discrete cosine transform (dct command) in MatLab use the FFT algorithm?
Hi, I am using the Chebyshev transform and want to utilize and want to use the efficiency of FFT algorithm. But the Chebyshev t...
10 years 前 | 0 个回答 | 0
0
个回答提问
How could I compute this integral using gauss quadrature?
<</matlabcentral/answers/uploaded_files/43385/Guass%20quadrature.jpg>>
10 years 前 | 0 个回答 | 0
0
个回答提问
Undefined function or variable ' t ',how can I difine ' t ' correctly?
Hi! I have defined a function which is: function [ xs Fxs ] = RevNewton( F, grad, Hess, x, x0 ) where 'F' is the function of...
11 years 前 | 2 个回答 | 0
2
个回答提问
Why do I get an erro when using the built-in function gradient() ?
Hi. I can't get an ideal why the following codes using gradient() turn out to be erroneous. 01.F=@(X)(4*X(1)^2+X(2)^2-X(1)...
11 years 前 | 1 个回答 | 0
