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

Resulting software
Filter: All | Freeware | Demo
 

Resulting

< 1 2 3 4 5 
Added: March 28, 2013 | Visits: 640

Julian Date to Greenwich Mean Sidereal Time Convert a specified Julian Date Vector to Greenwich Mean Sidereal Time (GMST). The expected input matrix may contain multiple dimensions. The output matrix will be in the same size as the input matrix. Warning: Use caution when using GMST as a substitute for Greenwich Apparent Sidereal Time... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Julian Date to Greenwich Mean Sidereal Time Download

Added: May 03, 2013 | Visits: 408

Generalized Newton Raphson Method Two methods are provided -1) an automatic updation method which can be effectively used outside of a loop since it writes out a newton-raphson computation file from the parameters received.2) a manual file generation method; effective when the resulting file has to be called repeatedly in a loop. Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Generalized Newton Raphson Method Download

Added: June 24, 2013 | Visits: 384

Evolve top and bottom envelopes for time signals i.e Function call: env_secant(x_data, y_data, view, side)Calculates an envelope of data over .Method used: 'secant-method'env_secant() observates the max. slope of every about points from last junction point, and joints them to the resulting envelope.An interpolation over original x-values is... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Evolve top and bottom envelopes for time signals i.e Download

Screenshot Developing Pharmacokinetic and Pharmacodynamic Models in Simulink "It takes from 10 to 15 years to bring a new drug to market?at a cost rapidly approaching $1 billion. A key contributor to these staggering costs is late-stage failure: Of every 250 compounds that enter preclinical testing, only five proceed into clinical trials, and only one will be approved by... Platforms: Matlab


Added: March 26, 2013 | Visits: 558

Taylor Table Based on the concept of the Taylor Table given in Fundamentals of Computational Fluid Dynamics by Lomax, Pulliam, and Zingg.Given the terms of the point operator, "TaylorTable" will determine the coefficients of the terms which minimizes the Taylor series error. It will also determine the Taylor... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Taylor Table Download

Added: May 31, 2013 | Visits: 435

Temperature Profile in a Rectangular Plate The method uses finite differences to solve Laplace equation and matrix inversion to solve the resulting system of linear algebraic equations. The rectangular plate has both dimensions set equal to unity. Each dimension is discretized and the total number of nodal points is equal to 29*29. To... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Temperature Profile in a Rectangular Plate Download

Added: August 09, 2013 | Visits: 407

Approximate Lowner Ellipsoid This program implements the iterative algorithm in Khachiyan's paper "Rounding of Polytopes in the Real Number Model of Computation" to approximate the minimum volume ellipsoid circumscribing a non-degenerate set of points in arbitrary dimensions.It is basically like Nima Moshtagh's MinVolEllipse... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Approximate Lowner Ellipsoid Download

Added: June 08, 2013 | Visits: 349

Data density plot Data density can be hard to read from scatter plots due to overstriking. I therefore calculate data density at each pixel as the reciprocal of the sum of squared distance from each point, adding a fudge factor to prevent points actually within the pixel going to infinity.The resulting plot allow... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Data density plot Download

Added: July 25, 2013 | Visits: 539

SonnetLab Antenna Example The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.The attached tutorial will build a Sonnet project in the form of a patch... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): SonnetLab Antenna Example Download

Added: March 27, 2013 | Visits: 576

DB Backup Class This class can be used to generate a MySQL database backup using PDO.It can query the structure of a given MySQL database and generate SQL statements to recreate and insert the records of the tables in the database.The resulting SQL statements are returned as a single string that can be served... Platforms: Matlab

License: Freeware Size: 10 KB Download (41): DB Backup Class Download

Added: March 26, 2013 | Visits: 565

Image fusion: resolution merge (improve spatial resolution) GUI for improving resolution of lower resolution image using higher resolution image using RGB-to-HSI conversion.Images have to be spatially co-registered.Monochromatic (gray scale) low resolution image is converged to colored image by false color mapping to "hot" color scheme. This RGB image is... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (39): Image fusion: resolution merge (improve spatial resolution) Download

Added: August 21, 2013 | Visits: 213

sudokon A GUI for solving sudoku puzzles (including those supplied by you) with various levels of help, from none (other than recording your choices and objecting to obviously wrong choices), to checking the number of solutions (which avoids struggling with puzzles that have more than one solution), to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): sudokon Download

Added: June 21, 2013 | Visits: 412

Getusername PURPOSE:This MATLAB mex function fetches the name of the current user. The function is only for windows operating system. It was tested for MATLAB release 12.1 running under windows 12.1COMPILE AND LINK AS A MATLAB MEX DLL:typemex getusername.con MATLAB command prompt to compile and link the... Platforms: Matlab

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

Added: July 12, 2013 | Visits: 346

imsl2c The m-file imsl2c.m (IMSL to 'C') automates the process of writing the source code for C MEX files which, in turn, call routines in the IMSL numeric libraries. These libraries are included in the professional version of DEC's Digital Visual Fortran. The mat-file imsl.mat contains structures that... Platforms: Matlab

License: Freeware Size: 51.2 KB Download (42): imsl2c Download

Added: May 27, 2013 | Visits: 441

cell2char function S = cell2char(C)%% Converts the contents of a cell array of strings into a character% array. The contents of the cell C are read element-wise and% converted into a char array of length MAXCOL where MAXCOL is% the length of the longest string inside the array.% Thus the dimensions of the... Platforms: Matlab

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

Added: July 29, 2013 | Visits: 242

Image Rotate, Scale, and Translate The 'im_rst.m' function rotates, scales, and translates an image according to the scale, rotation, and translation parameters passed to it.'function rst = im_rst(I1, scale, angle, x_shift, y_shift)I1 -> input imagescale -> scale factorangle -> rotation anglex_shift -> x translationy_shift -> y... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): Image Rotate, Scale, and Translate Download

Added: May 23, 2013 | Visits: 363

Speckle Size via Autocorrelation This function takes an RGB image as input and gives the FWHM and 1/e^2 radius of Gaussian-assumed speckles in the horizontal and vertical directions in pixel units.The function is heavily commented for very easy use, and all mathematical steps are explained in the comments. Briefly, the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Speckle Size via Autocorrelation Download

Added: August 17, 2013 | Visits: 401

Lagrange polynomial % Polynomial Interpolation Problem: Lagrange Form% x and y are vectors with the same dimensions% Given n points: (x_k,y_k) k = 1,2,...n% this function finds a polynomial P(x) of degree less% than n such that P(x_k) = y_k% --% Remarks:% The resulting polynomial is displayed in symbolic notation%... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (45): Lagrange polynomial Download

Added: September 08, 2013 | Visits: 281

Lagrange Interpolator Polynomial The two inputs X and Y are vectors defining a set of N points. The function uses Lagrange's method to find the N-1th order polynomial that passes through all these points, and returns in P the N coefficients defining that polynomial. Then, polyval(P,X) = Y.R returns the x co-ordinates of the N-1... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Lagrange Interpolator Polynomial Download

Added: May 13, 2013 | Visits: 234

hullfit When interpolating on a given data set, convhull is used to set the boundaries of the interpolation area. Because convhull only minimizes the outline length, there might be interpolation lines which are unwanted (see figure).hullfit tries to minimze the polygon area instead resulting in a hull... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): hullfit Download

< 1 2 3 4 5