steepestDescent
(method of S2FunHarmonic)
calculates the minimum of a spherical harminc
Syntax
[v,pos] = steepestDescent(sF) % the position where the minimum is atained
[v,pos] = steepestDescent(sF,'numLocal',5) % the 5 largest local minima
% with all options [v,pos] = steepestDescent(sF, 'startingnodes')
Output
v |
double |
pos |
MTEX 5.2.beta1 |