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

Outputs freeware
Filter: All | Freeware | Demo
 

Outputs

< 1 2 3 4 5 
Added: June 20, 2013 | Visits: 279

RiskMetrics RiskMetrics.m: Estimates the univariate or multivariate RiskMetrics. USAGE: rm = RiskMetrics(data,alpha) INPUTS: data = ( m x n ) vector lamba = the scale parameter method = Univariate or Multivariate OUTPUTS: rm = ( m x n ) volatility vector for the univariate case or an [( n x n )x m]...



Platforms: Matlab

License: Freeware Size: 10 KB Download (39): RiskMetrics Download

Added: September 01, 2013 | Visits: 498

DICOM server connection DCMSERVER_CONNECTION enables to connect to a DICOM server and creates a listof the available DICOM studies and the related series. These lists willbe shown up on a GUI and the user can select the DICOM series to transferthe corresponding DICOM slices. At the end of the transfer...





Platforms: Matlab

License: Freeware Size: 20.48 KB Download (58): DICOM server connection Download

Added: July 14, 2013 | Visits: 427

1D Non-derivative Peak Finder PEAKFIND general 1D peak finding algorithm peakfind(x_data,y_data) peakfind(x_data,y_data,upsam) peakfind(x_data,y_data,upsam,gsize,gstd) peakfind(x_data,y_data,upsam,htcut,'cuttype') peakfind(x_data,y_data,upsam,gsize,gstd,htcut,'cuttype') [xpeaks]=peakfind() [xout,yout,peakspos]=peakfind()...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): 1D Non-derivative Peak Finder Download

Added: March 31, 2013 | Visits: 453

*MEX* Modified Hausdorff Distance for 2D Point Sets This function computes the Modified Hausdorff Distance (MHD) which isproven to function better than the directed HD as per Dubuisson et al.in the following work:M. P. Dubuisson and A. K. Jain. A Modified Hausdorff distance for objectmatching. In ICPR94, pages A:566-568, Jerusalem, Israel,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): *MEX* Modified Hausdorff Distance for 2D Point Sets Download

Added: June 07, 2013 | Visits: 475

Moran's I PURPOSE: calculate local Moran's I for a local grid using a weight matrix.-------------------------------------------------------------------USAGE: m = moransI(grid, W, s);where: [grid] is the matrix to analyze [W] is the normalized weight matrix of the size the local Moran's I will be calculated...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Moran's I Download

Added: July 05, 2013 | Visits: 643

MATLAB simulation of fixed-mass rigid-body 6DOF SIXDOF Calculate aircraft fixed-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in body coordinates Moments = 3x1 vectory of moments...


Platforms: Matlab

License: Freeware Size: 10 KB Download (64): MATLAB simulation of fixed-mass rigid-body 6DOF Download

Added: May 18, 2013 | Visits: 416

ROI Draw Most ROI Drawing Tools limit you to either drawing a circular ROI or a rectangular ROI perpendicular to the X-Y axis. ROI Draw's primary purpose is to expand upon the drawing of rectangular ROI's by allowing you to draw them at any angle.After selection of an ROI, ROI Draw crops and rotates your...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (46): ROI Draw Download

Added: July 21, 2013 | Visits: 399

WallEffect Simulates the wall effect in a gaseous thermal neutron detector with a gaseous neutron converter (He-3) using the Monte Carlo method. Based on the gap thickness (in m) and the partial pressure of helium-3 (in bar), this program computes the fraction of events that suffers to some extent from the...


Platforms: Matlab

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

Added: April 11, 2013 | Visits: 339

OpenGL .NET Examples Matlab R2009a and above now support .NET assemblies, which allows us to use .NET wrapped libraries such as OpenGL .NET in Matlab.I have included OpenGL .NET assemblies including the source C# code from TAO, and a hand full examples. The examples range from a basic colored cube till a MIP render...


Platforms: Matlab

License: Freeware Size: 4.33 MB Download (45): OpenGL .NET Examples Download

Added: August 30, 2013 | Visits: 366

Footprint of Uncertainty This helps to create the data once the user specifies the crisp inputs, the outputs can be used in the previous functions as plot3d2.m


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Footprint of Uncertainty Download

Added: June 11, 2013 | Visits: 454

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 (39): Writing MATLAB C/MEX Code Download

Added: August 27, 2013 | Visits: 661

Euklid (Inverse) Distance Weight Matrix function W = euklid_W(ws,d,n)function W = euklid_invW(ws,d,n) PURPOSE: create an (inverse) euklidean distance spatial weight matrix (n x m 'moving-window' style matrix with distance to center cell weighted.) ------------------------------------------------------------------ USAGE: W =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Euklid (Inverse) Distance Weight Matrix Download

Added: July 02, 2013 | Visits: 437

NACA 5 digit Airfoil Generator "naca5gen.m" Generates the NACA 5 digit airfoil coordinates with desired no. of panels (line elements) on it. FEATURES: *Accurate coordinate generation with the required precision *Option to generate closed or open Trailing Edge *Additional separate outputs for camber line, upper surface and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (61): NACA 5 digit Airfoil Generator Download

Added: May 03, 2013 | Visits: 577

Estimating memory footprint of generated code When generating code and experimenting with different modeling patterns it is sometimes useful to check the memory footprint of the code generated from a model. This tool is executed after the generated code is built and outputs the memory used for code and data in each object file.This tool can...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Estimating memory footprint of generated code Download

Added: August 09, 2013 | Visits: 354

creatframe Sometimes, we need to run some problems with many parameters, we need to face some problems.1. We usually give a file to give the initial parameters for program, but usually the parameters are out of help.2. Some parameters need to check for some different values, after that, we need to input...


Platforms: Matlab

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

Added: August 26, 2013 | Visits: 429

MMGDX: a maximum-margin training method for neural networks The large classification margin is the most usual approach to achieve good generalization. The most known maximal margin algorithm is SVM, for which different kernels have been investigated. Unfortunately, in the context of some real world problems, such as on-the-fly object detection, the use of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): MMGDX: a maximum-margin training method for neural networks Download

Added: May 17, 2013 | Visits: 306

Checking Matrix Elements Function check.m may accelerate debugging of a program. The function displays columnwise elements of a real, complex or string matrix, say A, obeying a condition Cond. The output of every element A(p,q) fitting Cond consists of items in a required format.Forms of calls:~~~~~~~~~~~~~~~ check(A)...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Checking Matrix Elements Download

Added: September 03, 2013 | Visits: 362

Input-Output Linearization of planar 3-link manipulator Run linkparams.mand then run the simulink model manipulator3links.mdlThis simulink program does the input-output linearization of a 3-link manipulator, the outputs being the position and orientation of the end-effector in task space


Platforms: Matlab

License: Freeware Size: 2.35 MB Download (48): Input-Output Linearization of planar 3-link manipulator Download

findInstrument - Find and connect to instruments using the model or manufacturer name obj = findInstrument('STR') returns an interface object to an instrument whose model name, vendor name or VISA resource matches any part of the string STR. findInstrument requires the Instrument Control Toolboxd-OC?D? and a VISA adaptor, and currently only works with USB and GPIB instruments....


Platforms: Matlab


Added: August 06, 2013 | Visits: 526

Modeling feedback loop using MATLAB and Simulink When modeling feedback loop which is often used in designing a feedback controller, either MATLAB or Simulink will be sufficient to design and construct this ffedback loop. However, when dealing with complex feedback controller which involves multiple inputs and multiple outputs, it is easier to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Modeling feedback loop using MATLAB and Simulink Download

< 1 2 3 4 5