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

Edible Arguments software
Filter: All | Freeware | Demo
 

Edible Arguments

< 1 2 3 4 5 
Added: July 22, 2013 | Visits: 389

adcarray An ADCARRAY object usually contains a memmapfile object, together with a scale and offset to convert the values stored on disc (and pointed to by the memmapfile object) to real world numbers which are returned as double precision. These can also be transformed by a function pointed to by a handle...



Platforms: Matlab

License: Freeware Size: 10 KB Download (45): adcarray Download

Added: June 07, 2013 | Visits: 526

Hill climbing optimization It is a hill climbing optimization algorithm for finding the minimum of a fitness function in the real space. The space should be constrained and defined properly. It attempts steps on every dimension and proceeds searching to the dimension and the direction that gives the lowest value of the...





Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Hill climbing optimization Download

Added: August 11, 2013 | Visits: 483

RAAA EOG Correction Program EOG Correction program is used to work out the amount of ocular potential recorded by the electroencephalograph [EEG] (as a proportion of the potentials recorded by the electrooculograph [EOG]), and to subtract this from the EEG. By doing this we are able to reduce the effect of ocular potentials...


Platforms: Matlab

License: Freeware Size: 3.16 MB Download (45): RAAA EOG Correction Program Download

Added: May 03, 2013 | Visits: 342

0-1 Knapsack Please let others rate your work. Rating your own stuff highly says nothing about the code, but perhaps drops you closer to the level of a spammer on the FEX like Marco. So let the rating system do its job. I know that you think your stuff is good. So does every eager high school student who...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): 0-1 Knapsack Download

Added: May 05, 2013 | Visits: 479

Circular Statistics Toolbox (Directional Statistics) Contributors:Marc Velasco, Tal KrasovskyReference:P. Berens, CircStat: A Matlab Toolbox for Circular Statistics, Journal of Statistical Software, Volume 31, Issue 10, 2009http://www.jstatsoft.org/v31/i10Please cite this paper when the provided code is used. See licensing terms for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (47): Circular Statistics Toolbox (Directional Statistics) Download

Added: September 13, 2013 | Visits: 453

Full factorial This script is similar to fullfact, however instead of number of levels, value of levels are required as inputusage: des_mat = full_fact([-1 1],[100 200 300],[1:4]); arguments: (input) x1,x2, x3- variable levels either in row or column vector. These are not number of levels but the levels itself...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Full factorial Download

Added: July 28, 2013 | Visits: 561

Two Dimensional Surface Fitting Program This program represents a further development of the standard powerful d-deDUnlinfitd-deDt facility already in matlab. The major problem with d-deDUnlinfitd-deDt is that it can only handle fitting of one dimensional arrays (x, y) where x is the independent variable and y is the dependent one.The...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): Two Dimensional Surface Fitting Program Download

Added: August 11, 2013 | Visits: 387

FCC Cluster function [Xcoord,Ycoord,Zcoord] = fcc_cluster(L,M,a)generates coordinates of atoms inside fcc-cluster (face-centered-cubic)with cuboctatruncated shape (hovewer one can change from {111} to {110} truncation)it's arguments: L,M - parameters of cluster (L - size of the cluster,number of unit cells...


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): FCC Cluster Download

Added: June 26, 2013 | Visits: 501

Time-frequency Automatic Gain Control (AGC) This code implements automatic gain control for audio signals, which attempts to apply a smoothly-varying gain to an audio waveform in order to keep its energy close to some target level. This version also tries to balance the energy in individual frequency bands. It works by taking the...


Platforms: Matlab

License: Freeware Size: 389.12 KB Download (49): Time-frequency Automatic Gain Control (AGC) Download

Added: May 06, 2013 | Visits: 325

C & mex file example The program mex_test.c is a basic example of how to use mxArray *prhs[] in mexFunction entry embedded in C code. The executable should accept 3 input args of different data types: 1 string, 1 double and 1 int32 array. The program allows a user to input a NULL for any of the input arguments, to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): C & mex file example Download

Added: May 04, 2013 | Visits: 401

BCC Cluster function [Xcoord,Ycoord,Zcoord] = bcc_cluster(L,M,a)generates coordinates of atoms inside bcc-cluster (base-centered-cubic)with cuboctatruncated shape (hovewer one can change from {111} to {110} truncation)it's arguments: L,M - parameters of cluster (L - size of the cluster,number of unit cells...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): BCC Cluster Download

Added: April 29, 2013 | Visits: 416

geotiffwrite This program can write a 2D or 3D array to a single or multi-band GeoTIFF file. For more information and examples, please visit:http://www.rotman-baycrest.on.ca/~jimmy/geotiffwriteor type: help geotiffwriteMATLAB's Mapping Toolbox only provides a "geotiffread" function, but it does not have a...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (40): geotiffwrite Download

Added: May 12, 2013 | Visits: 384

mriphantom Raw MRI data are generated analytically from k-space coordinates using the (continuous) Shepp and Logan head phantom function. K -space coordinates are typically entered as 2D matrices (frequency and phase encodes).This tool is ideal for testing reconstruction of non-linear k-space trajectory MRI...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): mriphantom Download

Added: August 08, 2013 | Visits: 397

loadOptions Often one desires to write a function that takes a large number of optional arguments. One way to do this is to allow for an arbitrary number of option name-value pairs in the function argument:function r = f(a,b,c,name1,value1,...)This method has the advantages of:1) Allowing those using the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): loadOptions Download

Added: June 03, 2013 | Visits: 375

SIMPGDSEARCH SIMPGRIDSEARCH Multi-dimensional unconstrained nonlinear minimization using grid search + Simplex method. X = SIMPGDSEARCH(OBJFUN,GDVALUES) returns a vector X that is a minimizer of the function described in OBJFUN (usually an m file: OBJFUN.M).See OBJFUN_DEMO.M for how to write an objective...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): SIMPGDSEARCH Download

Added: April 17, 2013 | Visits: 382

CLICKUICONTROL CLICKUICONTROL(H) behaves as if clicking on a UIControl object. The object can be one of the following: pushbutton, checkbox, radiobutton, togglebutton, slider, listbox, popupmenu. The Value property of the object will be appropriately set, and the object's Callback is called (ButtonDownFcn will...


Platforms: Matlab

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

prepare the mat file, the outcome of the asset definition file prior submitted Models.Zip contains all the main files including runregression. Prior to running run regression, a seperate attachement Attach 2: will be included with prepmat file which generates a mat matrix file from an excel file. This excel file AssetDefinition_ASSETxyz.xls included in a seperate attachment...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (43): prepare the mat file, the outcome of the asset definition file prior submitted Download

Added: August 17, 2013 | Visits: 298

Sysshift sysshift checks whether two matrix M1 and M2 are systematically shifted against each other by calculating correlations across a range of shifted origin. This is helpful e.g. if two different digital elevation models of the same area are to be tested for systematic misregistration.At this point,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Sysshift Download

Added: September 06, 2013 | Visits: 234

Tektronix wfm file reader Converts TSD5/6/7k and DPO7k/70k .wfm file to ASCII format with time arraydata_start and data_stop input arguments are optional and can be used to read parts of file


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Tektronix wfm file reader Download

Added: May 30, 2013 | Visits: 395

3D Rotation about Shifted Axis Generates the roto-translation matrix for the rotation around an arbitrary line in 3D. The line need not pass through the origin. Optionally, also, applies this transformation to a list of 3D coordinates. SYNTAX 1: M=AxelRot(deg,u,x0) in: u, x0: 3D vectors specifying the line in parametric...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): 3D Rotation about Shifted Axis Download

< 1 2 3 4 5