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

Parallel Structure software
Filter: All | Freeware | Demo
 

Parallel Structure

< 1 2 3 4 5 

A CUDA accelerated Beam Propagation Method [BPM] Solver using the Parallel Computing Toolbox The parallel computing toolbox version 5.0 for MATLAB 2010b includes an initial capability for NVIDIA CUDA use. This entry provides a simple paraxial beam propagation method [BPM] solver that utilizes the added GPU capability. A script is also provided that runs the BPM with standard MATLAB...



Platforms: Matlab


Added: June 16, 2013 | Visits: 445

Calculation for interest rate model & structure for personal use only.1: the interest rate structure calculation and rules.2: the interest rate model, used frequently in real world.





Platforms: Matlab

License: Freeware Size: 1.12 MB Download (40): Calculation for interest rate model & structure Download

Added: May 01, 2013 | Visits: 379

Dictionary data structure This class provides a simple key/value data structure for character keys and values of any MatLab data type.Supports direct referencing like d('mykey') = 'myvalue'.Also check out the dict class at #19647.(Unfortunately i didnt check the file exchange before writing my own, but by now i've...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Dictionary data structure Download

Added: June 04, 2013 | Visits: 378

3-PRR Planar Parallel Manipulator Analysis GUI The developed GUI implements the Forward and Inverse kinematics of a 3-PRR planar parallel manipulator. It provides options to modify the geometry of the manipulator. Yoshikawa and condition number manipulability of the manipulator can be evaluated. Maximal, dexterous and constant orientation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): 3-PRR Planar Parallel Manipulator Analysis GUI Download

Added: April 20, 2013 | Visits: 281

Swap structure values into strings Searches a string for field names contained in a given structure, then replaces each occurrence of the field name with the corresponding field value.I use this for dynamically changing the titles on my plots during simulations that require variation of parameters.Code for title in the image:%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Swap structure values into strings Download

Added: July 16, 2013 | Visits: 391

Compute the total resistance of n resistors in parallel This m-file function can be used in any area where the total electrical resistance of parallel resistors is required.Example usage:>> z = Rparallel3(1,1,1)z = 0.3333>>By using 'varargin' Rparallel3 can take a variable number of input arguments (scalars only) allowed. I got the idea for this...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Compute the total resistance of n resistors in parallel Download

Added: July 31, 2013 | Visits: 523

Synchronizing xPC Targets using the Parallel Port Multiple targets can be synchronized using the parallel port available on most PCd-deOaos. Designating one model as the master to generate an interrupt source on the parallel port, single or multiple slaves can be driven and synchronized by this signal. This demo includes a library that contains...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): Synchronizing xPC Targets using the Parallel Port Download

Compute the total resistance of n resistors in parallel - new minor version This m-file function can be used in any area where the total electrical resistance of parallel resistors is required. The only real difference between this version and the old one is that the function now allows a single vector input parameter (row/column) as well as the usual multiple scalar...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Compute the total resistance of n resistors in parallel - new minor version Download

Added: September 09, 2013 | Visits: 434

Parallel Distributed Processing of Weka Algorithms in Matlab The code given shows how Weka algorithms can be run in parallel across distributed computers using Matlab to take advantage of available hardware and quicken algorithm completion time on multiple data sets or parameter sets.Parallel processing of Weka algorithms is handled here in Matlab as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (40): Parallel Distributed Processing of Weka Algorithms in Matlab Download

CTrecon-an improved parallel data image reconstruct function Reconstruct an image from parallel projection data using the convolution-backprojection algorithmfunction [img,H] = CTrecon(prj,varargin)for a discussion of this function including examples see: http://aprendtech.com/wordpress/?p=74Mathworks has created a workaround to fix the offset problem in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (48): CTrecon-an improved parallel data image reconstruct function Download

Added: July 17, 2013 | Visits: 214

structure factor Calculate structure factor based on positions of scatterers in real-space. Functions for one and two dimensions.You supply system size and scatterer positions on a integer lattice, function returns structure factor and momentum-space coordinates for plotting. Two or three dimensional plot is also...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): structure factor Download

Added: August 07, 2013 | Visits: 420

Apply a function to a specific field of a structure This function searches in the fields of a structure, and applies a given function to all occurrences of a specific field. dlTe September 30th, 2009, By Reza Farrahi Moghaddam, Synchromedia Lab, ETS, Montreal, Canada USAGE: temp_structure = apply_func_on_all_fields_with_name(temp_structure,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Apply a function to a specific field of a structure Download

Added: June 28, 2013 | Visits: 427

FEM simulation of a parallel plate capacitor FEM simulation of a parallel plate capacitor to obtain electric field and voltage distributions.Written for Course :-Computational Electromagnetics, Fall 2011Department of Electrical EngineeringIndian Institute of Technology Madras (IITM)Chennai - 600036, IndiaAuthors :-Sathya Swaroop Ganta,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): FEM simulation of a parallel plate capacitor Download

Added: September 07, 2013 | Visits: 277

Recursively check fields of a structure exist This function will return true if the first input structure contains the field in the second input string and in turn that field has the field given in the third input string and so on. This allows A.b.c = 2; to be checked as:isfieldRecursive(A,'b','c')ans =1Which would return false if either b...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Recursively check fields of a structure exist Download

Added: August 04, 2013 | Visits: 317

Parallel Communication for MATLABPOOL ncluded are 4 functions for communication with the MATLABPOOL parallel workers.-- Similar to pctRunOnAll, but asynchronous (non-blocking).parRunOnLabs: run a command on all members of a matlabpoolparWaitForLabs: wait for labs to complete a job-- Similar to pmode client2lab and lab2client, but...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Parallel Communication for MATLABPOOL Download

Added: June 25, 2013 | Visits: 320

Tree data structure as a MATLAB class A per-value class that implements a generic tree data structure.A tree is a hierarchical data structure where every node has exactly one parent (expect the root) and no or several children.Along with this relational structure, each node can store any kind of data.This class implements it using...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (45): Tree data structure as a MATLAB class Download

Added: April 13, 2013 | Visits: 187

structure tensor - introduction and tutorial Tutorial on structure tensors. Normally associated with image processing and structure inference, this code provides a completely encapsulated package to explain and demonstrate the use of structure tensors.playshow structureTensorDemoor use the html to properly visualize the LaTeX equations.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 409.6 KB Download (44): structure tensor - introduction and tutorial Download

Added: July 22, 2013 | Visits: 531

StructDlg - Structure based GUI definition StructDlg creates a modal dialog box that contains a user interface (UI) control for each of the input structure fields. In its simple form, StructDlg serves as a structure-based alternative to INPUTDLG and it is a convenient method for browsing and changing structure values (e.g. when the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 634.88 KB Download (52): StructDlg - Structure based GUI definition Download

GUI for TE/TM electromagnetic plane waves propagation through multilayered structures This tool is a GUI for the analysis of the TE/TM plane waves propagation through structures composed by multiple layers with different electromagnetic characteristics.The GUI provides graphical results as well as detailed calculations of the transmission line equivalent circuit model. Also...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (41): GUI for TE/TM electromagnetic plane waves propagation through multilayered structures Download

Added: September 30, 2013 | Visits: 433

Band Structure Explore the origin of energy bands in crystals of atoms. The structure of these bands determines how materials conduct electricity.


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.55 MB Download (42): Band Structure Download

< 1 2 3 4 5