Find gradient numerically for the equation
Show older comments
I have the following equation:

where R is a 3x3 matrix and w is 3x1 vector, Hg is 3x3 matrix and hg is 3x1 vector.
In my algorithm, I need to find the gradient of the function numerically which is written in the following form:
As J(x) will return a scalar value, I guess gradient function can not be used. As I am new in this domain, can anyone help me to find a way to calculate the gradient numerically (whether any function name or psudocode or snippet)?
Thanks a lot in advance.
Accepted Answer
More Answers (0)
Categories
Find more on Newton-Raphson Method in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!