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

Array freeware
Filter: All | Freeware | Demo
 

Array

< 1 2 3 4 5 > 
Added: June 24, 2013 | Visits: 337

Routh Hurwitz Criteria using user defined Function RA=ROUTH(R,EPSILON) returns the symbolic Routh array RA for polynomial. The following special cases are considered:1) If the first element of a row becomes zero OR2) If one encounters a row full of zeros.>>syms ep>>a=routh([1 1 2 2 3 5],ep)The above given case is for encountering a zero in the...



Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Routh Hurwitz Criteria using user defined Function Download

Added: May 06, 2013 | Visits: 425

dose_response Inputs: 1. a 1 dimensional array of drug concentrations 2. the corresponding m x n array of responses Algorithm: generate a set of initial coefficients including the Hill coefficient fit the data to the 4 parameter dose-response curve using nonlinear least squares Output: a matrix of the 4...





Platforms: Matlab

License: Freeware Size: 10 KB Download (44): dose_response Download

Added: August 07, 2013 | Visits: 454

Generate Arrays Two simple functions to convert a Matlab array in a set of instructions for LaTeX or C. The functions generate a string that can be printed in the Matlab command window and the copied and pasted into your code.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Generate Arrays Download

Added: July 15, 2013 | Visits: 347

Zero Padding 2^N zeroPadding2N makes zero padding of a given array to a 2^N length.X_ = zeroPadding2N(X), for array X, returns the array with the necessary appended zeros so it reaches the next power of 2 length.X_ = zeroPadding2N(X, N), for array X, returns the array with the necessary appended zeros so it...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Zero Padding 2^N Download

Added: August 17, 2013 | Visits: 500

Data Structure: A Cell Array List Container Intent: Provides a useful 1D data structure (or container) for storing an ordered heterogeneous set of elements.Motivation: MATLABdlT« R2009a provides the "containers.Map" data structure for storing an unordered heterogeneous set of elements - the Map ADT is a container that is indexed with a...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Data Structure: A Cell Array List Container Download

Added: August 16, 2013 | Visits: 397

Excel Column Name to Number XLSCOLSTR2NUM takes in a cellular array of characters and returns a array of numbers of the same size with elements corresponding to Excel column numbers.See Also XLSCOLNUM2STR


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Excel Column Name to Number Download

Added: April 14, 2013 | Visits: 476

Min/Max filter for Mathematics It can eprform the following multidimensional array filtering: running filters in 1D and 2D, filters for image processing applications (erosion/dilatation), 3D and more.The MEX engine uses an algorithms that requires no more than three comparisons per element and per dimension in all configurations.


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Min/Max filter for Mathematics Download

Added: June 25, 2013 | Visits: 377

EXPAND Script For an array A and a vector B, the function replicates each one's of A's elements by B.The results are tiled into an array in the same order as the elements of A, so that the result is size: size(A).*SZ.Therefore the number of elements of SZ must equal the number of dimensions of A.The result...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): EXPAND Script Download

Added: August 16, 2013 | Visits: 493

Simple CSV Reader Simple CSV Reader can open a CSV file and read its data into a bidimensional array.The retrieved data array can also be sorted and then displayed on the page.


Platforms: PHP

License: Freeware Size: 81.92 KB Download (48): Simple CSV Reader Download

Added: April 04, 2013 | Visits: 645

MySQL Upgrade MySQL Upgrade can create an array with the definition of the schema of a given MySQL database and serve it for download.Definitions of database schema can also be compared and one version can be upgraded to the other.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): MySQL Upgrade Download

Added: July 23, 2013 | Visits: 505

Query Limit Query Limit takes as parameters an array with values of the total number of rows in the result set, the number of rows to display per page and the current page to be displayed.A string with the SQL LIMIT clause, which should be used to specify the range of rows, that are to be retrieved, is...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Query Limit Download

Added: May 19, 2013 | Visits: 213

db_escape Using a hash array, a user may escape or un-escape any string using any string.Also unescape it, or customize it for any database, or other application. It prevents(?) or lessens the likelyhood of SQL injection.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): db_escape Download

Added: May 22, 2013 | Visits: 457

Simple and Speed MySQL Layer Simple and Speed MySQL Layer establishes a connection to a MySQL host, executes SQL queries and retrieves results as objects or in an array.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Simple and Speed MySQL Layer Download

Added: June 22, 2013 | Visits: 390

Php_mysql_fetch_all Php_mysql_fetch_all is absurdly simple but utilitarian function returns a numeric array of associative arrays containing an entire result set


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Php_mysql_fetch_all Download

Added: August 15, 2013 | Visits: 343

sql4array sql4array can execute SQL SELECT queries on bi-dimensional array, for which the first dimension is the row number and the second dimension the field names.The WHERE clause can be used to specify conditions with operators such as =, >,The results are returned as arrays and can be sorted with the...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): sql4array Download

Added: September 05, 2013 | Visits: 572

Auto Insert Auto Insert can process the array of form posted values to build and execute MySQL INSERT or UPDATE queries that can add or change records of a given table.Value array indexes submitted to the form are used to automatically set the names of the form fields.


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Auto Insert Download

Added: July 18, 2013 | Visits: 378

MySQL RecordSet MySQL RecordSet class provides automatic erase by ID, erase by Array, check SQL between other functions. The MySQL Connection is required.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): MySQL RecordSet Download

Added: August 10, 2013 | Visits: 399

CS PHP XML for XML Tools It allows you to read-in XML tags in an array format accessible via "paths". Modify existing XML. Create a proper XML string. All methods are used to programmatically read, modify, and/or create XML.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): CS PHP XML for XML Tools Download

Added: August 02, 2013 | Visits: 325

XMLConfigReader for XML Tools XMLConfigReader reads resource text data directly from a XML file and store it on a bidimensional array. The first dimension keys are taken from the value of the id attribute of the item elements.The second dimension array keys are taken from the names of the sub-items tags. The values are taken...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (40): XMLConfigReader for XML Tools Download

Added: June 05, 2013 | Visits: 536

array_partition Introduces function array_partition() to split an array into N number of evenly distributed partitions (useful for splitting a list into columns).This plugin provides a PHP function to split an array into any number of sub-arrays, suitable for creating evenly distributed (vertically filled)...


Platforms: PHP

License: Freeware Size: 10 KB Download (48): array_partition Download

< 1 2 3 4 5 >