Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.214.850 Times

Polygon Northwest Homes software
Filter: All | Freeware | Demo
 

Polygon Northwest Homes

< 1 2 3 4 5 
Added: July 14, 2013 | Visits: 545

IN POLYGON TEST FOR CONVEX POLYGON This is Brand new so please advise-me if problems occurs.Here you can find an m-file with three different algorithms for inpolygon test.Depending on the input data, the one that is extimate to be the best will be chosen.This version do not support the onpolygon output so tollerance is not...



Platforms: Matlab

License: Freeware Size: 10 KB Download (41): IN POLYGON TEST FOR CONVEX POLYGON Download

Programa para la resolucidoDln del Problema de Transporte MdoTetodo de la Esquina Noroeste It is a tool of quantitative models to handle differenttypes of problems and help decision making. This is doneusing an algorithm to solve the transport problemthe Northwest Corner Method.





Platforms: Matlab


Added: June 21, 2013 | Visits: 343

Regular Polygons Let d < N be a positive integer and define p = N/d. Let y_{1} be a point on the unit circle. Let R be clockwise rotation by the angle t = 2*pi/p. The generalized regular polygon {p} is given by the points y_{i+1} = R * y_{i}, and edges between points i and i+1.Example:polygon(9, 4, 1);


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Regular Polygons Download

Added: August 13, 2013 | Visits: 391

GeoTiff PathRow In large scale mapping projects with numerous satellite images, it is useful to have a vector file depicting the boundary of the images. This script when run from the folder containing the images, it automatically detects the geotiffs and extracts their image area boundary and constructs a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): GeoTiff PathRow Download

Caculate the intsection between 2 discs or disc with polygon discintersect: to caculate the intsection between 2 discpolydiscint: to caculate the intsection between disc and polygonplotdisc: to plot the disc in 3D


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Caculate the intsection between 2 discs or disc with polygon Download

Added: July 07, 2013 | Visits: 308

Import ImageJ ROIs ReadImageJROI - FUNCTION Read an ImageJ ROI into a MATLAB structureUsage:[sROI] = ReadImageJROI(strFilename)[cvsROIs] = ReadImageJROI(cstrFilenames)[cvsROIs] = ReadImageJROI(strROIArchiveFilename)This function reads the ImageJ binary ROI file format.'strFilename' is the full path to a '.roi'...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Import ImageJ ROIs Download

Added: April 14, 2013 | Visits: 253

mask2poly This functions goal is to find a polygon which enclosures a user supplied mask. It's a kind of a complementary of Matlab poly2mask function. The difference is that all contour points are returned- without missing points for linearly related points. In order to get a 100% complementary of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): mask2poly Download

Added: April 25, 2013 | Visits: 307

Texture Patch This function PATCHT, will show a triangulated mesh like Matlab function Patch but then with a texture. patcht(FF,VV,TF,VT,I,Options); inputs, FF : Face list 3 x N with vertex indices VV : Vertices 3 x M TF : Texture list 3 x N with texture vertex indices VT : Texture Coordinates s 2 x K, range...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (40): Texture Patch Download

determine surface area and uncertainty from points in a plane calculates surface area A and its standard uncertainty uA for any arbitrary polygon in a plane given by coordinates x and y and their respective standard uncertainties ux and uy. The inputs are assumed to be VECTORS, x, ux, y and uy all should have the same size. The uncertainties are assumed to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): determine surface area and uncertainty from points in a plane Download

Added: June 17, 2013 | Visits: 445

area3D A function which gives the area of a 3D planar polygon which does not lie in the x-y plane.AREA3D(X,Y,Z) calculates the area of a polygon in space formed by vertices with coordinate vectors X,Y and Z. If the coordinates of vertex v_i are x_i, i and z_i twice the area of a polygon is given by:2...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): area3D Download

Added: May 13, 2013 | Visits: 231

hullfit When interpolating on a given data set, convhull is used to set the boundaries of the interpolation area. Because convhull only minimizes the outline length, there might be interpolation lines which are unwanted (see figure).hullfit tries to minimze the polygon area instead resulting in a hull...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): hullfit Download

Added: March 30, 2013 | Visits: 251

circum circle Accepts a list of x and y coordinates. First, we find the smallest circumscribing polygon from this list (convhull). Finally, we use this polygon's coordinates to find the smallest circumscribing circle. We find the circle by minimizing the distance of the circle center to the polygon's...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): circum circle Download

Added: August 03, 2013 | Visits: 230

2D polygon interior detection This function tries to improve the slow Matlab INPOLYGON function.There are few other fast codes on FEX (e.g., by Darren Engwirda). After exploring many different ways, I come to the conclusion that Darren Engwirda's approach is close to optimal. So here you'll find a general method that share...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): 2D polygon interior detection Download

Added: March 28, 2013 | Visits: 355

Wavefront OBJ toolbox Read and Write Wavefront OBJ geometry and MTL files.A Wavefront Geometry Object file is supported by many 3D programs, it looks like:v 0.000000 2.000000 0.000000v 0.000000 0.000000 0.000000v 2.000000 0.000000 0.000000v 2.000000 2.000000 0.000000% Vertices Coordinates 4f 1 2 3 4% Faces 1The...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 204.8 KB Download (53): Wavefront OBJ toolbox Download

Added: July 21, 2013 | Visits: 388

2D Polygon edges intersection Find the intersection points of the edges of two 2D polygons, a simple function made to follow up a Newsgroup discussion


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): 2D Polygon edges intersection Download

Added: March 22, 2013 | Visits: 302

Polygon Clipping and Offsetting This is a mex wrapper for Angus Johnson's Clipper library: http://www.angusj.com/delphi/clipper.php, based on Sebastian HdoTAlz's mex wrapper for the GPC library. This library has some speed advantages over GPC, but the primary addition is the ability to offset polygons. In order to use this, you...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Polygon Clipping and Offsetting Download

Added: July 28, 2013 | Visits: 398

Showvol Isosurface Render This function Showvol, is a small GUI to render a Phong shaded Iso Surface of volume data, it contains 3 render functions (see screenshot).- Phong Shaded Isosurface polygon mesh which can be rotated and zoomed- 3D Slice View- Fast preview, phong shaded Iso surface render to image (only x,y and z...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 6.92 MB Download (43): Showvol Isosurface Render Download

Added: April 15, 2013 | Visits: 508

Triangle Area and Angles This simple function use three points as input which can be 2D,3D...nD. And will calculate the area and angles of this triangle / polygon.The last version also support the precise 'Orthogonal-triangular decomposition' area calculation method.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Triangle Area and Angles Download

Added: August 08, 2013 | Visits: 549

A toolbox for finding horseshoes in 2D maps By Qingdu Li,Institute for Nonlinear Systems, Chongqing University of Posts and Telecommunications, Chongqing, 400065, China.Email: liqd@cqupt.edu.cn or qingdu_li@163.comAs one of the most important results in chaotic dynamics, topological horseshoe theory provides a powerful tool in rigorous...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 890.88 KB Download (49): A toolbox for finding horseshoes in 2D maps Download

Added: April 14, 2013 | Visits: 266

cutpolygon CUTPOLYGON - Split a 2D polygon by a line, and remove one of the sidesUse CUTPOLYGON to cut alias intersect alias split alias slice a polygon P(being a series of connected X,Y coordinates) with a line L (defined bytwo points), removing a specified side s. L can serve as a bottom limit('B'), top...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): cutpolygon Download

< 1 2 3 4 5