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...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
How could I compute this integral using gauss quadrature?
<</matlabcentral/answers/uploaded_files/43385/Guass%20quadrature.jpg>>
거의 10년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
