Feeds
질문
Convert input of a function from scalar to vector
I am implementing Newton-Raphson method to find a zero. I would like to convert this function: F =@(x, y) x - y; To that func...
거의 4년 전 | 답변 수: 3 | 0
3
답변질문
Choose order of input variables for matlabFunction
Is there a way to choose the ordering of the input variables when using matlabFunction on a symbolic expression? I would like t...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
manipulating derivative of function handle
I have a problem when trying use function handles and derivatives. This is my code: syms x f = @(x) x^2 - 9*x -12*sin...
대략 5년 전 | 답변 수: 1 | 0

