Azzera filtri
Azzera filtri

How to create a function with a large number of variables, and get its gradient and Jacobian matrix,like following

1 visualizzazione (ultimi 30 giorni)

Risposte (1)

Alan Weiss
Alan Weiss il 14 Mag 2017
If you have a Symbolic Math Toolbox license, you can work along the lines of this example. Or of this example, which uses files rather than function handles.
Alan Weiss
MATLAB mathematical toolbox documentation
  1 Commento
Xiaolei Du
Xiaolei Du il 15 Mag 2017
Thanks for your answers! When n is small,it is a not bad solution,however, when n is large,it will spend so much time, I need to get iteration solution, it may not be a good ideal, and function matlabFunction can convert it to a function handles, but it runs so much time. Best wish to you!

Accedi per commentare.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!