Software Downloads for "Multidimensional Array"

The script solves the problem of assigning a variable name that changes with each iteration, while saving the result using a for loop. It uses a multidimensional array as input and produces matrices as outputs (ASCII)..

  • Platform: Matlab, Scripts
  • Publisher: Nektarios Valous
  • Date: 09-06-2013
  • Size: 1004 KB
  • xml22
  • License: Shareware
  • Rating

This PHP4 code parses an XML document into a multidimensional array. The parser recognizes and processes almost all of XML, including processing instructions, general or external entities and notations. In addition many functions are provided to search and edit the document, build a new one and write it back to a string or to a file. The xml22 code is different to the Document Object Model..

  • Platform: PHP, Scripts
  • Publisher: ister.org
  • Date: 20-09-2011

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

  • Platform: Matlab, Scripts
  • Publisher: Bruno Luong
  • Date: 01-04-2013
  • Size: 20 KB

Input to the file can be given from either excel, .mat or .txt file. If array to be sorted is found to be multidimensional then further information has to be provided. There is also option for selective or collective sorting of rows or columns at a time.

  • Platform: Matlab, Scripts
  • Publisher: Chandan
  • Date: 24-01-2013
  • Size: 10 KB

This formula will calculate the roots of a multidimensional array of complex numbers..

The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image processing applications (erosion/dilatation), 3D and more. This package has been implemented with a special care on the running speed: the MEX engine uses an algorithms that requires no more than three (3) comparisons per element and per dimension in all configurations. All numerical and logical class arrays are supported.

  • Platform: Matlab, Scripts
  • Publisher: Bruno Luong
  • Date: 12-04-2013
  • Size: 31 KB

SpinCalc is a consolidated matlab function that will convert any rotation data between the 4 types included. Will also convert between 2 different Euler angle set types. Multiple orientations can be input. For N orientations: DCM ===> 3x3xN multidimensional array EA### ===> Nx3 matrix Euler Vectors ===> Nx4 matrix Quaternions ===> Nx4 matrix Input includes error check flag that will warn when Euler angles approach singularity or when appropriate values deviate from unity. Fatal errors issued for improper DCM's etc.

  • Platform: Matlab, Scripts
  • Publisher: John Fuller
  • Date: 10-01-2013
  • Size: 10 KB

FUNCTION otr = transform(itr,tmx) PARAMETERS otr = output tensor, after transformation; has the same dimensions as the input tensor itr = input tensor, before transformation; should be a 3-element vector, a 3x3 matrix, or a 3x3x3x... multidimensional array, each dimension containing 3 elements tmx = transformation matrix, 3x3 matrix that contains the direction cosines between the old and the new coordinate system DESCRIPTION Tensors play an important role in several areas of physics and engineering.

  • Platform: Matlab, Scripts
  • Publisher: Peter Graat
  • Date: 06-02-2013
  • Size: 10 KB

r = tiedrank_(X,dim) Parameters: [X] is a multidimensional array. [dim] specifies which dimension to perform ranking on. Returns: [r] ranked values of X along dimension dim. Where values are the same the mean rank is given (e.g. [99 110 50 13 99] goes to [ 3.5 5 2 1 3.5] ) Code is fully vectorised. -- DM, Jan 2012 WARNING: I have only done very basic testing on this. Please let me know if there's something wrong with the code, or if you have made an improved version..

  • Platform: Matlab, Scripts
  • Publisher: Daniel
  • Date: 01-01-2013
  • Size: 10 KB

SharpSerializer is an open source XML and binary serializer for .NET Framework, .NET Compact Framework and Silverlight. It was developed with C#. Actually SharpSerializer can serialize to Xml and to its own binary format, but providing it with custom writers, it can serialize data to other text formats like Json or other encrypted, compressed, optimized etc. binary streams.

If you are tired of marking your data model with plenty of attributes, or passing in advance to your current serializer all the types you could ever serialize - use SharpSerializer.

iminterpn uses Image Processing Toolbox functions to implement multidimensional interpolation. Unlike the MATLAB function interpn, iminterpn can interpolate an integer array (such as uint8, uint16, etc.) without converting it to double..

  • Platform: Matlab, Scripts
  • Publisher: Steve Eddins
  • Date: 14-01-2013
  • Size: 10 KB

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

  • Platform: Matlab, Scripts
  • Publisher: Hadi Aliakbarian
  • Date: 05-01-2013
  • Size: 10 KB

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.

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.

  • Platform: Matlab, Scripts
  • Publisher: Mark Evans
  • Date: 13-01-2013
  • Size: 10 KB

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

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.

  • Platform: Matlab, Scripts
  • Publisher: Shivani Rao
  • Date: 02-01-2013
  • Size: 10 KB

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.

  • Platform: Matlab, Scripts
  • Publisher: Andrew Blackburn
  • Date: 21-03-2013
  • Size: 10 KB

An array of antenna elements is a spatially extended collection of N similar radiators or elements,.

  • Platform: Matlab, Scripts
  • Publisher: farshid azhir
  • Date: 22-01-2013
  • Size: 10 KB

MapN provides a multidimensional map container. A MapN object contains key lists and values. A value is some unit of data that you want stored in the MapN object, and a key list is a unique reference to that data. MapN is modelled on containers.Map, but whereas a containers.Map object is indexed by a single scalar or string key, a MapN object is indexed by an ordered set of such keys, expressed as a comma-separated list of arguments. A MapN object is constructed like this: M = MapN(); Values are stored using M(key1, key2, .

  • Platform: Matlab, Scripts
  • Publisher: David Young
  • Date: 06-06-2013
  • Size: 10 KB

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

  • Platform: Matlab, Scripts
  • Publisher: Xiaodong
  • Date: 12-05-2013
  • Size: 10 KB
New Reviews


Print Inspector

Whether you are using a printer connected to your local desktop computer or a print server sometimes you need to see whats going on in your printer by having a close look at the print jobs sent by the users. Print Inspector is such type software ...


Disk Genius

Disk Genius was formerly known as Partition Guru which is an all-in-one solution for disk partition management, data recovery and disk repairing. It can recover lost files from partition, backup and restore partition table, clone partition or clone ...


Safe In Cloud

It is quite difficult to find any computer users nowadays who do not need to use the web, for any purpose. Whether it is for education or entertainment, the web is your best resource. You also need to use various online services for banking, ...


PictBear

Nowadays, a majority of PC users resort to digital image editing once in a while. It may be required for retouching image captured in smart phones or for creating an album in Facebook. For some people, tinkering with digital images is a pastime too. ...


Panda Cloud Cleaner

PC security has become a tricky and complicated subject both for home users and network supervisors, with complexity and risk factors multiplying over the years. Using a single antivirus app may not be enough anymore. That explains why many users ...


SnapCrab

Nearly every PC users need to take screenshots from time to time, whether it is for personal or professional needs. While using the basic Windows screenshot capture method is available, it is not adequate for everyone. When you want to capture ...


BitKiller

Dealing with various types of data efficiently holds the key to success in any computing task. Apart from generating new data and modifying existing files, it becomes necessary to delete existing files at times. While most users resort to using ...


SeaMonkey, Portable Edition

Using the Internet has become a necessity for a majority of people, including those who do not use a PC regularly. To browse web, stream video or download online content, people often resort to using various third party apps. For example, using ...


TuckAway Intelligent Email Organizer Pro

Using an email software allow you to do a number of things including managing your address lists, emails and even ending memos, documents and even virtual letters. You can also use it to manage your tasks easily. The email software comes in ...


WebAcappella

Web design sector has witnessed several trends and technological innovations affect website development in big ways. With time, designing websites has become easier. Nowadays, you can find web design software that nearly eliminates the need to ...


New Downloads

UFS Explorer Professional
Recovery

UFS Explorer Professional
Recovery is a software
solution for a wide range of
data recovery tasks, with
particular focus ...

Active@ KillDisk

Active@ KillDisk provides the
ultimate solution how to erase
hard drive data in such a way
that no one can ever retrieve
...

ExtraMAME

A small MS Windows compatible
game GUI wrapper for MAME, the
Multiple Arcade Machine
Emulator authored by Nicola
Salmoria ...

RationalPlan Single Project

RationalPlan Single Project is
a project management software
covering the project
management areas starting with
WBS ...

SoftPerfect WiFi Guard

A specialised network scanner
that helps to protect and keep
your WiFi network secure. It
scans your wireless network at
...

Devart ODBC Driver for
Oracle

Devart ODBC Driver for Oracle
is a high-performance
connectivity solution with
enterprise-level features for
accessing ...

Sheet Lightning Pro

Sheet Lightning is a
specialised engineering 2D/3D
CAD System for creating and
unfolding sheet metal designs
for ...

IP Tools for Excel

NEW - IP Tools for Excel -
Add-in / Plug-in for Microsoft
Excel. Instant Productivity -
Instant Results in Microsoft
...

Database Workbench Pro

Cross database engine
developer IDE for PostgreSQL,
InterBase, SQL Server,
Firebird, MySQL, Oracle,
NexusDB, MSDE and ...

C# PDF

IronPDF is a PDF C# C-Sharp
package for conveniently
generating, editing,
extracting content from PDF
documents (OCR). C# ...