Software Listing: Array Xkyen
- K-Shortest Path
- License: Freeware
- Price: 0.00

This function is based on Yen's k-Shortest Path algorithm (1971) It retuns: 1) [shortestPaths]: the list of K shortest paths (in cell array 1xK) 2) [totalCosts] : costs of the K shortest paths (in array 1xK) Yen's algorithm prevents loops. This function calls a slightly modified/simplified function dijkstra() (submitted by Xiaodong Wang, 2004) The Network/Graph of N nodes is fed in the form of a NXN netCostMatrix which must have positive weights/costs. This file was first submitted on December 9, 2009 This update of April 2, 2010 includes the following slight changes: 1- Handles exception cases for when no path exists, and now returns an empty matrix (added lines 20 and 29) 2- Includes the changes proposed by Darren Rowland.
- Publisher: Meral Shirazipour
- Date: 07-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- 3D Array Factor of a 4x4 planar array antenna
- License: Freeware
- Price: 0.00

3D Array Factor of a 4x4 planar array antenna calculated using general formulas and then plotted in 3D format. "AB" shows the excitation amplitude of the elements and "AB_phase" shows their phases. Elements are placed on the x and y axis and element factor is ignored. The code can easily be extended to larger general arrays..
- Publisher: Hadi Aliakbarian
- Date: 05-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Antenna's Array Synthesis
- License: Freeware
- Price: 0.00

This is an old program (1.999) that I have written for understanding radiation patterns of antennas. Basically I was looking for the relationship between interference diagram (Fourier transform of ilumination, usually called Array Factor) and 3D radiation pattern of the Array. For that reason, it represents XY, XZ and YZ planes instead of H and E. On this version the visible space is not update. On final version (I don't find it), the visible space where delimitated between lines over the interference pattern, and you can see how it varies with distance between antennas and ilumination phase law.
- Publisher: Cesar Delgado Gonzalez
- Date: 01-05-2013
- Size: 225 KB
- Platform: Matlab, Scripts
- Convert Time Array to a Datenum Array
- License: Freeware
- Price: 0.00

UTC time (universal time convention) is used in ANSI-C standard for defining time. This is measured in seconds since 1970, at the Prime Meridian. The UTC2Datenum_array function takes a M x 1 array of UTC time values and converts it to a M x 1 array of Matlab serial Time values. This code is derived from the UTC2datenum function written by Abraham Cohn of Philips Medical Systems. This code does not convert UTC to local time.
- Publisher: Mark Evans
- Date: 13-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Routh Hurwitz array
- License: Freeware
- Price: 0.00

Given the coefficients of the characteristic polynomial the Routh-Hurwitz array is created and printed. Additionally, this method shows some results from the array relating to the stability of the system..
- Publisher: J. Sebastian Palacio
- Date: 13-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Normalize Array Row Wise
- License: Shareware

No error checking a very basic function easy to understand Given an array X of size [m,n] output is an array of size [m,n] the rows of the output array sum to 1.
- Publisher: Shivani Rao
- Date: 02-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Convert Struct to Cell Array With Column Headers
- License: Freeware
- Price: 0.00

Accepts a 1-dimensional struct array (in the format 1xn) and converts it into a cell array. The first row of the cell array has the struct's field names in each column; the data from each of those fields for each entry in the struct array appears in subsequent rows. The idea is to make it easy to prep data for writing to an Excel spreadsheet using xlswrite. Example: weather = 1x3 struct array with fields: temp rainfall >> wxcell = structToCellArrayWithHeaders ( weather ) wxcell = 'temp' 'rainfall' [ 68] [ 0.2000] [ 80] [ 0.4000] [ 72] [ 0].
- Publisher: Andrew Blackburn
- Date: 21-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Designing the array of antenna patterns
- License: Shareware

An array of antenna elements is a spatially extended collection of N similar radiators or elements,.
- Publisher: farshid azhir
- Date: 22-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Inversion every 2D slice for arbitrary Multi-dimension array.
- License: Shareware

Inverse every 2D matrix slice (the first two dimensions) for multi-dimensional array M: M(:,:,p,q,...) * X(:,:,p,q,...) = repmat(eye(m),[1,1,p,q,...]), where input M is a N-D array (m x m x [p x q x ...]), for all possible m=1,2,3,... and optional higher dimensions. Output X array has the same size as M..
- Publisher: Xiaodong
- Date: 12-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Cell Array to CSV-file [cell2csv.m]
- License: Shareware

This function writes a cell array into a CSV-file. It works with empty cells, numeric, char, string and logical cells. One array can contain all of them, but only one value per cell. CSV-files can then be read by Excel, so you don't need DDE or ActiveX..
- Publisher: Sylvain Fiedler
- Date: 01-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Galois Field Array to Exponential Array Conversion
- License: Shareware

This code converts a Galois Field array created using GF(2^m) for a given primitive polynomial into the 'exponential' notation, which you can use with gfrepcov() to binary if you wish. Uses the gf2dec() function internally. Example usage: >> genpoly = rsgenpoly(15,11) genpoly = GF(2^4) array. Primitive polynomial = D^4+D+1 (19 decimal) Array elements = 1 13 12 8 7 >> gf2exp(genpoly, 4, primpoly(4)) ans = 0 13 6 3 10 Showing this RS Polynomial is of form: X^4 + A^13*X^3 + A^6*X^2 + A^3*X + A^10, which is how you see it displayed in text books etc..
- Publisher: Colin
- Date: 01-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Extended array indexing
- License: Shareware

Given an array, it is possible to imagine a virtual array formed by padding the original array out in all directions. Valid subscripts for this virtual array range through all the negative and positive integers, without regard to the size of the original. This function implements this idea. The padding out can be done in many ways. The following are implemented: using a constant value; replicating the border elements of the original; tiling the virtual array with copies of the original; tiling the virtual array with copies that have been flipped so that there is mirror symmetry along the borders of every copy.
- Publisher: David Young
- Date: 07-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- PD100 Array Calculator
- License: Shareware

PD100 Array Calculator was created as a handy and sophisticated engineering software that can help designers find out which PD100 cabinet is right for their application.
PD100 Array Calculator is a software that can also be used to determine how many PD100 cabinets are needed, how to configure them, what DSP setting to set for each driver, and what the resulting coverage will be at any frequency.
.
- Publisher: JBL Incorporated
- Date:
- Platform: Windows 7, WinOther, WinVista
- Array Visualizer
- License: Shareware

Array Visualizer is a handy and reliable application designed to display arrays in 2D, 3D and 4D views.
The utility allows users to select the size of the arrays. These can also be imported from a txt file. You can also configure the cell dimensions.
.
- Publisher: Amir Liberman
- Date:
- Platform: WinOther
- Array Painter
- License: Freeware
- Price: 0.00

Array Painter is the easiest and fastest way to make 2D arrays ready for copy pasting into your own program..
- Publisher: arraypainter.com
- Date:
- Size: 10 KB
- Platform: Win2000, Windows 7, WinOther, WinServer, WinVista
- RAID Reconstructor
- License: Shareware

Recover data from a broken RAID Level 5 or 0 Array.Runtime's RAID Reconstructor will help you to recover data from a broken RAID Level 5 Array consisting of 3 to 14 drives, RAID Level 0 Array (Striping) consisting of 2 drives.Even if you do not know the RAID parameters, such as drive order, block size and direction of rotation, RAID Reconstructor will analyze your drives and determine the correct values. You will then be able to create a copy of the reconstructed RAID in an image file or on a physical drive. Once you created an image you can use it for further data recovery processing with Runtime's GetDataBack.
- Publisher: Runtime Software
- Date: 07-07-2009
- Size: 1945 KB
- Platform: Win2000, WinOther
- CD Key Generator
- License: Shareware
- Price: 24.95

Generate random alpha, numeric, or both, CD keys for software distribution and registration. A maximum key length of 24 characters may be generated. Key can then be copied or saved into a text file for later use. Keys can be exported to an encrypted file in addition to an Array, ArrayList, or SortedList in both VB .Net or C#. Encryption can also be performed in your application by including our Encryption DLL into your project. Generate up to 2,000,000 unique key combinations and 5,000,000 non-unique key combinations. Version 6.3 is fully compatible with Windows Vista operating systems. This version also offers an increase in length of keys from 16 to 24 characters.
- Publisher: Jedisware, LLC
- Date: 05-03-2012
- Size: 108 KB
- Platform: Win7 x32, Win7 x64, WinVista, WinVista x64
- How to bind a DataGrid to an array
- License: Shareware

It simply shows how to bind a DataGrid to an array using C# code..
- Publisher: geekpedia.com
- Date: 06-10-2011
- Platform: Asp, Scripts
- Remove Element From The Array
- License: Shareware

This example shows you how to remove an element from the array at runtime.
- Publisher: ameyajoshi.com
- Date: 14-10-2011
- Platform: Misc Scripts
- JavaScript Array object
- License: Freeware
- Price: 0.00

Explanation and listing of the Array object in JavaScript and its methods and properties..
- Publisher: javascriptkit.com
- Date: 18-07-2011
- Platform: JavaScript, Scripts








