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

Types Organisation Structure software
Filter: All | Freeware | Demo
 

Types Organisation Structure

< 1 2 3 4 5 > 
Added: March 27, 2013 | Visits: 472

GP-OLS model structure identification Genetic Programming (GP) generates nonlinear input-output models of dynamical systems from input-output measurement data. This GP-OLS toolbox applies Orthogonal Least Squares algorithm (OLS) to improve the search effeciency of GP.It can be used for static equation discovery or structure...



Platforms: Matlab

License: Freeware Size: 10 KB Download (43): GP-OLS model structure identification Download

Added: August 17, 2013 | Visits: 501

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: 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: April 03, 2013 | Visits: 387

FinMetrics FinMetrics is MATLAB based, open source quantitative portfolio management environment. Built on concepts of bottom-up approach to application design, it allows users to define most basic, low level building blocks, e.g. assets and transactions, to be further pieced together in a higher level...


Platforms: Matlab

License: Freeware Size: 409.6 KB Download (51): FinMetrics 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: April 21, 2013 | Visits: 334

structdlg ANSWER = STRUCTDLG(S) creates a modal dialog box that returns user input for multiple prompts in the struct ANSWER. S is the default struct. Each prompt string will inherit the S' fields name.ANSWER will be the same struct as S except for fields of type "cell array of string" that will be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): structdlg 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: April 06, 2013 | Visits: 535

C-MEX file example for 'float' data types If you have a C function with arguments that are float or pointer to float (rather than double or pointer to double) you can call the function from MATLAB and pass arguments to the function as single data types. For example, in this case we have a C file that is a highpass filter. In MATLAB ver....


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): C-MEX file example for 'float' data types Download

Added: July 17, 2013 | Visits: 216

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: 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 18, 2013 | Visits: 366

Robust Sparse data types The main file in this package, rsparse.m, creates a sparse array object that is a subclass of MATLAB's native sparse data type, but which is robust against certain bugs and errors (present as of R2009b). S=rsparse(varargin) The I/O syntax and options for rsparse() are identical to that of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (44): Robust Sparse data types 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: August 22, 2013 | Visits: 833

Force Feedback Toolbox for MATLAB/Simulink A user can create a force feedback effect object in MATLAB workspace. Parameters used to define such objects are similar to those used in DirectX FFB effect structure. MATLAB maintains these FFB objects in its workspace and also the corresponding DirectX FFB effect structure using a DLL (C...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (57): Force Feedback Toolbox for MATLAB/Simulink 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

Added: April 22, 2013 | Visits: 295

MyDatabase for Scripts This class will allow Access and MySQL databases to be utilized through a common interface, interchangeably. The class provides the typical abilities needed to fully navigate a database and retrieve results.All your database needs are encapsulated in this class, and all resources are maintained...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): MyDatabase for Scripts Download

Added: June 18, 2013 | Visits: 577

SQL Backup classes SQL Backup classes can be used to provide a backup and restore solution of SQL databases that can work with multiple database types. It uses another database abstraction package to query the database table structure. It extracts the data in the tables to generate a database backup file that...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): SQL Backup classes Download

Related Subforms - editing/adding nodes together with their children node types Easily add a related subforms to your node form pageThis module makes is possible to use the Subform Element module with the Relativity module.This is very helpful if you have several fields that repeats in more than one content type. You may want to put these fields in one content type and make...


Platforms: PHP


Added: July 30, 2013 | Visits: 678

Custom Content Type Manager The Custom Content Type Manager plugin allows users to create custom content types (also known as post types) and standardize custom fields for each content type, including dropdowns, checkboxes, and images. This gives WordPress CMS functionality making it easier to use WP for eCommerce or...


Platforms: PHP

License: Freeware Size: 450.56 KB Download (47): Custom Content Type Manager Download

< 1 2 3 4 5 >