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

Valueshelper Function Make Daxes software
Filter: All | Freeware | Demo
 

Valueshelper Function Make Daxes

< 1 2 3 4 5 
Added: April 25, 2013 | Visits: 460

Calculate Ambiguity Function and Utilities The zip file contains functions to calculate an Ambiguity Function (XAMB), Upsampled and Interpolated Correlation (XCORRU), and Coherence Function (XCOH). A prefilter can be specified in each function to "sharpen" correlation peaks.XAMB calculates an estimate of the (cross-)ambiguity function. A... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Calculate Ambiguity Function and Utilities Download

Added: June 03, 2013 | Visits: 401

Specific Sample Function Plotting using MatLab specific function which result of pyramid surface bar graph. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Specific Sample Function Plotting using MatLab Download

Function to Convert between DCM, Euler angles, Quaternions, and Euler vectors SpinCalc is a consolidated matlab function that will convert any rotation data between the 4 types included. Will also convert between 2 different Euler angle set types.Multiple orientations can be input. For N orientations:DCM ===> 3x3xN multidimensional arrayEA### ===> Nx3 matrixEuler Vectors... Platforms: Matlab


Added: July 02, 2013 | Visits: 516

Q function Because of the "erfc" function, the processing time is very small. Platforms: Matlab

License: Freeware Size: 102.4 KB Download (52): Q function Download

Added: March 26, 2013 | Visits: 441

3D Plotter for Infinite Potential Well Example in screenshot generated by:energyBoxPlot([10e-9,10e-9,10e-9],[2,2,1],[50e-11,50e-11,50e-11],100)There are a few improvements I want to make to this function; hopefully I have time to do so. At this point, you may have to play with things a bit to get them to look right without locking up... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): 3D Plotter for Infinite Potential Well Download

Added: September 08, 2013 | Visits: 615

STDATMO: Standard Atmosphere Function A standard atmosphere function based on the 1976 Standard Atmosphere returns density, speed of sound, temperature, pressure, and viscosity for a given altitude input up to 86km.This function is designed to be useful for those designing and analyzing aircraft and has the following features that... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): STDATMO: Standard Atmosphere Function Download

Added: April 04, 2013 | Visits: 372

Linearity Of Block Function Square Simulink After publishing my new block simulink library Function Square,Y output ,and Xput i shoz lineqrity chqnging input vqlue. Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Linearity Of Block Function Square Simulink Download

Controller Design and obtaining the Controller Function by rootlocuse method Designing a Controller and obtaining the Controller Function by rootlocuse method Platforms: Matlab


Added: April 15, 2013 | Visits: 408

Evaluate Nelson-Siegel function Functions NELSONFUN and NELSONFIT evaluate and fit (with non-linear least-squares) the Nelson-Siegel function, a popular yield-curve approximation device. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Evaluate Nelson-Siegel function Download

Agilent 81150A Pulse Function Arbitrary Noise Generator - Driver MATLAB is a software environment and programming language used to generate signals, make measurements, configure and control instruments, analyze and visualize data, and build test systems.MATLAB supports Agilent pulse function arbitrary noise generators through the Instrument Control Toolbox.... Platforms: Matlab


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

Elliptic Integrals and Jacobi's Zeta Function of Complex Argument ELLIPTIC12i evaluates the Incomplete Elliptic Integrals of the First, Second Kind and Jacobi's Zeta Function for the complex value of phase U. Parameter M must be in the range 0 Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Elliptic Integrals and Jacobi's Zeta Function of Complex Argument Download

Added: June 09, 2013 | Visits: 752

Discrete Transfer Function Identification of a Motor Program given here computes the discrete transfer function of a DC motor (Example taken in this case) using pseudo inverse technique. The input and output data for any single input single output system can be used to find out the discrete transfer function of that system. Platforms: Matlab

License: Freeware Size: 215.04 KB Download (44): Discrete Transfer Function Identification of a Motor Download

Added: July 08, 2013 | Visits: 486

MATLAB function list Writes to file a sorted list of MATLAB functions for all MathWorks products installed on the machine (that the function is executed on). Denotes which functions are built-in to help with syntax highlighting. Platforms: Matlab

License: Freeware Size: 10 KB Download (50): MATLAB function list 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: August 07, 2013 | Visits: 428

Make FSL-compatible Transformation Matrix MAKEFSLXFMMATRIX Make FSL-compatible transformation matrix. M = MAKEFSLXFMMATRIX(T,R,S,FILENAME) outputs a 4x4 transformation matrix performing the translations in T, the rotations in R and the scalings in S and writes this matrix to the file specified by the string FILENAME. This file is... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Make FSL-compatible Transformation Matrix Download

Added: July 16, 2013 | Visits: 563

Probability Density Function (PDF) Estimator 09 Mar 2008 (Updated 08 Apr 2010)An estimate of probability density function of the given random data with bounded support. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (47): Probability Density Function (PDF) Estimator Download

Added: April 21, 2013 | Visits: 408

Moments of a function Computes the nth moment mean of a function (needs more implentation).m = moment(x, y, n)m = nth moment of yx = domainy = datan = nth moment == 1 by defaultm = int(x^n * y) / int(y)where int is integral over all x integral is calculated using trapezium rule Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Moments of a function Download

Added: July 22, 2013 | Visits: 501

Robust function for only numeric values input The function shows the text string S and prompt the user for an input value guaranteing that the input value is numdoTeric.When the value is not numdoTeric the function gives an error mensage and prompts for a new value until it is numeric. Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Robust function for only numeric values input 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 (44): Doctest - embed testable examples in your function's help comments Download

< 1 2 3 4 5