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.401.755 Times

Isdir software
 

Isdir

Added: July 06, 2013 | Visits: 245

ascii2xyz ASCII2XYZ reads in a raster text file in ARC ASCII format and converts values to a m x 3 matrix of x, y, a z values.This code is mostly vectorized and performs well with reasonably large files (see example below).%read in a 25 MB filea=dir('foo.txt')a = name: 'foo.txt' date: '17-Oct-2008...


Platforms: Matlab

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

Added: July 20, 2013 | Visits: 214

multiscroll FUNCTION MULTISCROLL(varargin) Automates the linking of multiple listboxes for simultaneous scrolling and selection. Enter a comma-delimited list of handles to scrolling listboxes. Multiscroll will link them so that they scroll and are highlighted together. (All lists must have equal-lengthed...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): multiscroll Download

Added: July 31, 2013 | Visits: 243

Oktest Oktest is a new-style testing library for the Python programming language. from oktest import ok ok (x) > 0 # same as assert_(x > 0) ok (s) == 'foo' # same as assertEqual(s, 'foo') ok (s) != 'foo' # same as assertNotEqual(s, 'foo') ok (f).raises(ValueError) # same as assertRaises(ValueError, f)...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): Oktest Download