(method of S2FunHarmonic)
global, local and pointwise minima of spherical functions
[v,pos] = min(sF) % the position where the minimum is atained
[v,pos] = min(sF,'numLocal',5) % the 5 largest local minima
sF = min(sF, c) % minimum of a spherical functions and a constant sF = min(sF1, sF2) % minimum of two spherical functions sF = min(sF1, sF2, 'bandwidth', bw) % specify the new bandwidth
% compute the minimum of a multivariate function along dim
sF = min(sFmulti,[],dim)
sF, sF1, sF2 | |||||||||||||||
sFmulti |
a multivariate S2Fun |
||||||||||||||
c |
double |
||||||||||||||
param,val | Parameters and values that control min
|
v |
double |
pos |
DocHelp 0.1 beta |