Minimal Bounding Rectangle Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: minboundrect.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: John D`Errico (View more)

Minimal Bounding Rectangle script description:




Publisher review:
Minimal Bounding Rectangle - Minimal bounding rectangle around points in the (x,y) plane This utility will efficiently compute that rectangle (right angles) which bounds a set of points in a plane and encloses the minimum area (or perimeter) among all such possible rectangles.x = rand(50000,1);y = rand(50000,1);tic,[rx,ry,area,perimeter] = minboundrect(x,y);tocElapsed time is 0.112300 seconds.Since the points were generated with rand, we would expect to see a square, with area slightly under 1.0 for this example, and a perimeter slightly under 4.0.[rx,ry]ans =0.99994 1.5442e-060.99999 0.999952.5168e-05 1-2.8683e-05 5.5396e-050.99994 1.5442e-06areaarea =0.99992perimeterperimeter =3.9998
Minimal Bounding Rectangle is a Matlab script for Mathematics scripts design by John D`Errico. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5