Community Profile

photo

Lukas-Marie Jean Stanislas Gamard


Last seen: 1 year ago Active since 2021

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

2 years ago | 3 answers | 0

3

answers

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer