define a unimodal ODF
unimodalODF defines a radially symmetric, unimodal ODF with respect to a crystal orientation mod. The shape of the ODF is defined by a kernel function.
mod = orientation.byEuler(phi1,Phi,phi2,CS,SS) odf = unimodalODF(mod) % default halfwidth 10 degree odf = unimodalODF(mod,'halfwidth',15*degree) % specify halfwidth odf = unimodalODF(mod,CS,SS) % specify crystal and specimen symmetry odf = unimodalODF(mod,kernel) % specify [[kernel_index.html,kernel]] shape odf = unimodalODF(mod,'weights',weights) % specify weights for each component
| mod | quaternion modal orientation | 
| CS, SS | crystal, specimen symmetry | 
| hw | halfwidth of the kernel (default - 10�) | 
| kernel | kernel function (default - de la Vallee Poussin) | 
| odf | 
| DocHelp 0.1 beta |