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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

