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

Definition Of Manifest Function freeware
Filter: All | Freeware | Demo
 

Definition Of Manifest Function

< 1 2 3 4 5 
Added: April 20, 2013 | Visits: 375

Rank-Order Filter y = RankOrderFilter(x, window, thd) runs a rank-order filtering of order N on x. y is the same size as x. If x is a matrix, RankOrderFilter operates along the columns of x.Rank-order filter calculates the p'th percentile of the data on an N sized window round each point of x. p can be a number...



Platforms: Matlab

License: Freeware Size: 10 KB Download (53): Rank-Order Filter Download

Added: April 02, 2013 | Visits: 408

Create Bus Data for Models with Root-Level Bus Inputs A common task in Simulink is to test a certain component of a larger model. With large-scale modeling, such componentization is often accomplished through the use of model reference. These large models also often use bus signals to organize large amounts of signals in the model. The situation at...





Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Create Bus Data for Models with Root-Level Bus Inputs Download

Added: September 15, 2013 | Visits: 402

CreateMatrixFromModelData CreateMatrixFromModelDataMike AnthonyMark McBroomCopyright 2010 The MathWorks, Inc.This is a recursive function takes any of the following data objects commonly associated with data logging in Simulink: Simulink.ModelDataLogs Simulink.SubsysDataLogs Simulink.ScopeDataLogs Simulink.TsArray...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): CreateMatrixFromModelData Download

Added: March 26, 2013 | Visits: 504

Two Dimensional Isostatic Truss Structures Solver ITSS2D This solver computes the internal loads on each member of two dimensional isostatic truss structures by using the method of joints.Since the Theory of Deformations is not considered in this program, displacements of the structures are not computed. All assumptions of Rational Mechanics are made...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Two Dimensional Isostatic Truss Structures Solver ITSS2D Download

Added: August 22, 2013 | Visits: 454

3D CT/MRI images interactive sliding viewer The function's input is just a 3D image. 3 orthogonal slice objects are created in a 3D space. You can grasp one image slice and move your mouse to see the changing image data on the slice. Their motions are confined to translations along the 3rd axis only. Thanks Anders Brun's contribution of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): 3D CT/MRI images interactive sliding viewer Download

Added: May 20, 2013 | Visits: 518

Differential Evolution This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the...


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (44): Differential Evolution Download

FIND ALL THE POSSIBLE PATHS BETWEEN A START AND AN END NODE OF A GRAPH In Graph Theory it is often required to find out all the possible paths, which can exist between a source node and a sink node.So this function returns a all such possible paths, in a matrix format.INPUTS:1. 'X' Matrix: Form a Nx2 matrix, where N is the total number of 'Edges'. This Matrix will...


Platforms: Matlab


Added: April 09, 2013 | Visits: 510

Fibonacci Search metho This script provides the final interval of uncertainty in which the minima of single variable non linear/linear function. The function should be unimodal in the interval. The script checks the unimodality of the function.User inputs the initial interval and the number of iterations. depending...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fibonacci Search metho Download

Added: September 06, 2013 | Visits: 376

Peak Interpolation Sometimes it is important to be able to estimate the peak of a sampled continuous function between the samples. This is called subsample peak interpolation and is used in radar, delay estimation, and communication. Typically one fits a model to the sampled data and then finds the maximum of the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Peak Interpolation Download

Added: August 02, 2013 | Visits: 429

xyz2rae A variation of Matlab's cart2sph, that transforms a vector of Cartesian coordinates (East, North, Up) to radar coordinates (Range, Azimuth, Elevation). Note the different definition of radar coords vs. spherical coords, which require this different function (see exact definitions within the help...


Platforms: Matlab

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

Added: July 01, 2013 | Visits: 362

Background correction This program estimates the background (or baseline) of optical spectra by the polynomial minimizing a cost function. If the cost function was quadratic, the solution is the least squares estimation, which is not appropriate in this problem. Instead, we need to use of non-quadratic cost function...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Background correction Download

Added: May 11, 2013 | Visits: 269

saturation function This file contains a funtion (mfile) and a simulink block. They both give the approximation of the saturation of a function between the values [-1,1]. The main advantage and purpose of designing this simple yet powerful function is to obtain a smooth funtion that has a continous derivative.It can...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): saturation function Download

Added: September 15, 2013 | Visits: 466

Clustering and Data Analysis Toolbox Nowadays due to the yearly multiplying data comes always the claim for useful methods and algorithms that make the processing of these data easier. For the solution of this problem data mining tools come into existence, to which the clustering algorithms belong. At the Department of Process...


Platforms: Matlab

License: Freeware Size: 2.05 MB Download (44): Clustering and Data Analysis Toolbox Download

Added: July 15, 2013 | Visits: 765

sun_position.m sun = sun_position(time, location)This function computes the sun position (zenith and azimuth angle at the observer location) as a function of the observer local time and position.It is an implementation of the algorithm presented by Reda et Andreas in: Reda, I., Andreas, A. (2003) Solar position...


Platforms: Matlab

License: Freeware Size: 1.3 MB Download (57): sun_position.m Download

Doctest - embed testable examples in your function's help comments Unit testing is great, but it can seem like overkill to make a whole new file for every test you want to run. Doctest allows you to embed tests in the documentation of your function (or class or method), so that they're in the same file as the code they test. They can also be valuable...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (39): Doctest - embed testable examples in your function's help comments Download

Added: July 16, 2013 | Visits: 398

reshape0, reshaping with padding or truncating Reshapes an array like the MATLAB intrinsic reshape function. But reshape0 does not require that the total number of elements must remain the same. If the new array is larger, then it will be zero or blank padded. If the new array is smaller, then it will be a truncated...


Platforms: PHP

License: Freeware Size: 10 KB Download (52): reshape0, reshaping with padding or truncating Download

Added: April 03, 2013 | Visits: 556

PHPBTTracker for File sharing BitTorrent is file sharing software. You need four things to have BitTorrent work: a BitTorrent client, a BitTorrent tracker, a file to share, and a torrent file (made from the file to share.) The torrent file is placed where others can have access to it (i.e. a website.)PHPBTTracker is a...


Platforms: PHP

License: Freeware Size: 194.56 KB Download (47): PHPBTTracker for File sharing Download

Added: September 14, 2013 | Visits: 645

Alternate Content Copy Alternate Content Copy alters the behaviour of the Content Copy module that ships with CCK. Once installed, the import procedure of Content Copy will allow you to import a complete new definition of a content type into a pre-existing copy of it, going beyond the mere import of new fields only.


Platforms: PHP

License: Freeware Size: 10 KB Download (52): Alternate Content Copy Download

Added: June 22, 2013 | Visits: 374

Rails3.dictionary Rails3.dictionary.dictionary is a free Ruby on Rails 3 API documentation dictionary for Mac OS X 10.5 users which is ultra-fast and doesn't get in the way while you're coding. In addition to using Dictionary.app it is also possible to find a definition through the "Look up in Dictionary" context...


Platforms: Mac

License: Freeware Size: 1.58 MB Download (43): Rails3.dictionary Download

Added: August 19, 2013 | Visits: 439

jQuery.dictionary jQuery.dictionary is a free jQuery API documentation dictionary for Mac OS X 10.5 users which is ultra-fast and doesn't get in the way while you're coding. In addition to using Dictionary.app it is also possible to find a definition through the "Look up in Dictionary" context menu shortcut...


Platforms: Mac

License: Freeware Size: 194.56 KB Download (47): jQuery.dictionary Download

< 1 2 3 4 5