Path: Math/Geometry
% Merge two angular ranges. Returns the intersection. Type MergeAngleRange for a demo -------------------------------------------------------------------------- Form: range = MergeAngleRange( range1, range2 ) -------------------------------------------------------------------------- ------ Inputs ------ range1 (1,2) First angular range (rad) range2 (1,2) Next angular range (rad) ------- Outputs ------- range (1,2) Merged range (rad) --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PlotAngleRange Common: Graphics/PltStyle Math: Geometry/InsideAngleRange
Back to the Math Module page