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

Variables Function freeware
Filter: All | Freeware | Demo
 

Variables Function

< 1 2 3 4 5 
Added: April 11, 2013 | Visits: 465

Eigen Function of the Laplacian The different low dimensional embeddings are an orthonormal coordinate system generated from a1. Diffusion process defined on the data2 . Normalized Laplace Beltrami operator3. Normalized Focker Plank operatorThis is a nonlinear dimension reduction technique using the concepts of manifold... Platforms: Matlab

License: Freeware Size: 890.88 KB Download (49): Eigen Function of the Laplacian Download

Added: April 10, 2013 | Visits: 365

String Letter Counter Function Statement: strLetterCounter('string')....where, 'string' is an input string containing alphabet or numbers.Ex: string='aaaaaaaabbbbbbccd'Statement: strLetterCounter(string)Output: '8a,6b,2c,1d'Note: This function is different from the Matlab function called 'unique' because it keeps the order in... Platforms: Matlab

License: Freeware Size: 10 KB Download (38): String Letter Counter Function Download

Added: August 10, 2013 | Visits: 454

Earth-sized Sphere with Topography Do you plot Earth-orbiting trajectories? Would you like to know how your orbit compares to the size of the Earth? If so, EARTH_SPHERE will help get you there.This function is a modification of the built-in MATLAB command SPHERE. Rather than producing a sphere with a radius of 1, the radius of the... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Earth-sized Sphere with Topography Download

Added: September 04, 2013 | Visits: 516

Molecular Weight Calculator Function MolMass is a function for calculating the molar weight of a substance given in form of a chemical formula.Function call: MM = MolMass(substance)Substance is a string of the chemical formula of a substance.Example: MM = MolMass('Fe2(SO4)3');Substance can also be a vector of substances opened by... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (46): Molecular Weight Calculator Function Download

Added: September 02, 2013 | Visits: 427

Generalized Objective Function In order to optimize any MATLAB function, there are two options: 1) rewrite the function to take only 1 array of inputs, reading all others from a file, perhaps, or from a global variable (undesirable), or 2) write an interface layer that handles this.This function provides an interface layer... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Generalized Objective Function Download

Added: April 24, 2013 | Visits: 441

TANGO Project - ALGENCAN TANGO Project web page: http://www.ime.usp.br/~egbirgin/tango/ALGENCAN: Fortran code for general nonlinear programming that does not use matrix manipulations at all and, so, is able to solve extremely large problems with moderate computer time. The general algorithm is of Augmented Lagrangian... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): TANGO Project - ALGENCAN Download

Added: March 31, 2013 | Visits: 436

fminsearch modifed for higher scale smooth function This modification of fminsearch solves an issue with this simplex implementation when the function to minimize is smooth at a high scale, but rough at a low scale, i.e. when plotted with the parameters axis being (?10,10), there is a clear global extremum, but when zoomed (-0.1,0.1), the function... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): fminsearch modifed for higher scale smooth function Download

Added: June 21, 2013 | Visits: 629

Multiple Coherence Function For a system having multiple inputs x and outputs y, the partial coherence is the coherence computed between any individual input and the output when the effect of all other inputs is removed from the output by a linear least squares prediction. This coherence obeys the usual inequality, and will... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Multiple Coherence Function Download

Added: June 11, 2013 | Visits: 462

Writing MATLAB C/MEX Code Learn how to create MEX-functions: programs written in C, C++, or Fortran code that are callable from MATLAB. This article is a guide to getting started and performing practical tasks as well as a reference.Contents:* Introduction* Getting Started* Inputs and Outputs* Creating an Uninitialized... Platforms: Matlab

License: Freeware Size: 245.76 KB Download (42): Writing MATLAB C/MEX Code Download

Added: September 16, 2013 | Visits: 452

ossrs Optimized Step Size Random Search(OSSRS) A random search method[1] for the optimization of a function of n variables. Can be used as a start-up before using a determistic method like Simplex method of Nelder and Mead to arrive at the region of the optimum and then switch to a deterministic... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): ossrs Download

Function to generate Timeseries file to use for Moore FSM coverage analysis. This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries... Platforms: Matlab


Added: June 21, 2013 | Visits: 585

CMIF - Complex Mode Indicator Function CMIF - Complex Mode Indicator FunctionInputs:H - full complex H matrix (Frequency Response Function) including at least 2 reference points measurements:[number of frequency points x number of DOF x number of reference points]W - frequency vector [Hz]Reference:D.J. Ewins, "Modal Testing: Theory,... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): CMIF - Complex Mode Indicator Function Download

Added: June 23, 2013 | Visits: 436

DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION Basic example for beginners, that shows how to solve the differential equation through S-Function****************DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION*********************************"Instructions for Simulink"*************************1.Goto simulink library browser and expand... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): DIFFERENTIAL EQ. SOLUTION THROUGH S-FUNCTION Download

Temporal Potential Function based Path Planner for Dynamic Environments A Dynamic environment is one in which either the obstacles or the goal or both are in motion. In most of the current research, robots attempting to navigate in dynamic environments use reactive systems. Although reactive systems have the advantage of fast execution and low overheads, the tradeoff... Platforms: Matlab


Added: September 05, 2013 | Visits: 541

Transfer Function Utilities for When doing traditional bode diagram control system analysis of ill-conditioned high order SISO systems in V4.2 with Control System Toolbox, I found using these utilities improved the robustness of my results. There's also a nice function to plot an approximate (asymptotic) bode diagram which I... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Transfer Function Utilities for Download

Added: June 01, 2013 | Visits: 443

Multiple assignment The function arg2vars serves for assigning of values from input argument(s) to variables declared in the output list in the place ofthe function calling. Not assigned output variables are empty, while superfluous arguments are cut to a number of output variables. Number of allocated items is a... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Multiple assignment Download

Added: July 05, 2013 | Visits: 411

Improved WHOS function WHOSBETTER is a function that sorts the WHOS output according a user defined input (ie name, size, bytes, type etc.). The output also includes the FULL size rather than the #-D labels that TMW prefers. The output is also human readable and incorporates the use of b (byte), kb (kilobyte), Mb... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Improved WHOS function Download

Added: May 15, 2013 | Visits: 416

Temporary (or anonymous) function handles for ML The anonymous function handle feature of ML 7 is a long-needed feature, and one that I have longed for since I began writing scripts in early ML 6.Unfortunately, I am still forced to use ML 6 most of the time, so I came up with a way to create "psuedo-anonymous" function handles: that is,... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Temporary (or anonymous) function handles for ML Download

Added: July 17, 2013 | Visits: 364

engCallMATLAB (Fortran version) Have you ever wanted to call the engCallMATLAB function, only to realize that it isn't available? Well, now it is! This Fortran routine mimics the functionality of the mexCallMATLAB function, but for engine applications. Has the same argument list as mexCallMATLAB with the addition of the Engine... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): engCallMATLAB (Fortran version) Download

Added: June 07, 2013 | Visits: 451

mklib: a pedestrian function library loader generator MKLIB takes one or more list(s) of valid M-files and automatically creates a library loader function (M-file), which returns a structure of function handles to all the subfunctions found in those M-filesthe structure's field names are set to the name of the subfunctionsthis allows a user to... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): mklib: a pedestrian function library loader generator Download

< 1 2 3 4 5