Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)

Antworten (1)

Alan Weiss
Alan Weiss am 14 Mai 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 Kommentar
Xiaolei Du
Xiaolei Du am 15 Mai 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!

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!