


Microlens set interface routine.
ml = mlensSet(ml,param,val,varargin);
Examples:
ml = mlensSet(ml,'mlflength',flength);
If you have the focal length in microns, rather than meters, you can
make the call this way:
ml = mlensSet(ml,'mlflength',flength,'microns');