valtol100ToInt
PURPOSE
% valtol100ToInt return an interval given a value with its tolerance expressed in percentage (optionally also a negative tolerance). I.E. 10+-5% is tolToInt (10, 5); 10+20%-5% is tolToInt (10,20,-5).
SYNOPSIS
function interval = valtol100ToInt (val, ptol, mtol = - ptol)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
- linSpaceTol100Int % linSpaceTol100Int return column vector of intervals of N values equally spaced between base and limit, with the given tolerance.
- logSpaceTol100Int % logSpaceTol100Int return column vector of intervals of N values logaritmically spaced between 10^base and 10^limit, with the given tolerance.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003