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

Fit Funcm freeware
Filter: All | Freeware | Demo
 

Fit Funcm

1 2 3 4 5 > 

Nonlinear fitting n-dimensional data with arbitrary functions How to fit a 2D Gaussian function to noisy data in Matlab? Or data with another number of dimensions and arbitrary fit function?It took me a while to find out how Matlab does this by the functions lsqcurvefit, fmincon or fminsearch. This project demonstrates how to use these functions to fit ND...



Platforms: Matlab

License: Freeware Size: 30.72 KB Download (54): Nonlinear fitting n-dimensional data with arbitrary functions Download

Added: October 15, 2010 | Visits: 982

PDL::Fit::LM PDL::Fit::LM is a Levenber-Marquardt fitting routine for PDL. Currently, only Levenberg-Marquardt fitting is implemented. Other procedures should be added as required. For a fairly concise overview on fitting see Numerical Recipes, chapter 15 "Modeling of data". SYNOPSIS use PDL::Fit::LM;...





Platforms: *nix

License: Freeware Size: 1.1 MB Download (91): PDL::Fit::LM Download

Added: September 24, 2010 | Visits: 933

PDL::Fit::Levmar PDL::Fit::Levmar is a Perl module with Levenberg-Marquardt fit/optimization routines. Levenberg-Marquardt routines for least-squares fit to functions non-linear in fit parameters. This module provides a PDL ( PDL::PDL ) interface to the non-linear fitting library levmar (written in C). Levmar...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): PDL::Fit::Levmar Download

Added: April 15, 2010 | Visits: 1.160

JPEG Fit JPEG Fit is a PHP class that can be used to optimize images to fit within a given file size limit. The project takes a picture in any format supported by the GD library and generates a JPEG picture with the maximum quality factor that makes the picture file size not exceed a given limit. This...


Platforms: *nix

License: Freeware Download (114): JPEG Fit Download

Added: May 10, 2013 | Visits: 424

Ellipsoid fit It needs a set of 3D points, equal radii constraints and orientation constraint to fit an ellipsoid into a 3D block object Requirements: - MATLAB 7.7 or higher


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (54): Ellipsoid fit Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 402

Fit Agilifier Plugin for IntelliJ IntelliJ IDEA FIT Agilifier plugin provides support for FIT and Agilifier (launchers, easy result display of one test, navigation between test and code).


Platforms: Windows, Mac, Linux

License: Freeware Size: 593.09 KB Download (49): Fit Agilifier Plugin for IntelliJ Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 475

SWRC Fit SWRC Fit is a scientific tool for hydrologist. It fits several soil hydraulic models to measured soil water retention data by nonlinear fitting. It is written in numerical calculation language GNU Octave. Web interface is also available.


Platforms: Windows, Mac, Linux

License: Freeware Size: 289.33 KB Download (45): SWRC Fit Download

Released: December 23, 2012  |  Added: December 23, 2012 | Visits: 419

Shrink-Fit X Shrink-Fit X is a utility for opening and extracting NuFX (ShrinkIt) files on OS X.


Platforms: Mac

License: Freeware Size: 1.4 MB Download (50): Shrink-Fit X Download

Added: August 19, 2013 | Visits: 589

Circle Fit (Taubin method) This is a robust and accurate circle fit. It works well even if datapoints are observed only within a small arc. This circle fit wasproposed by G. Taubin in article "Estimation Of Planar Curves, Surfaces And Nonplanar Space Curves Defined By Implicit Equations, With Applications To Edge And Range...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Circle Fit (Taubin method) Download

Added: May 03, 2013 | Visits: 466

Ellipse Fit (Taubin method) This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust.It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse: ax^2 + bxy + cy^2 + dx + ey + f = 0,i.e. it returns the vector...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Ellipse Fit (Taubin method) Download

Added: September 02, 2013 | Visits: 407

Ellipse Fit (Direct method) This is a fast and non-iterative ellipse fit. Usage: A = EllipseDirectFit(XY)Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: A = [a b c d e f]' is the vector of coefficients of the equation of the best fitting ellipse: ax^2 + bxy + cy^2 + dx + ey + f =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Ellipse Fit (Direct method) Download

Added: August 31, 2013 | Visits: 527

Fit blackbody equation to spectrum Simple example of the use of the FMINSEARCH function to fit the blackbody equation to the emission spectrum of an incandescent body for the purpose of estimating its color temperature and emissivity. fitblackbody.m is the fitting function. BlackbodyDataFit.m is a script that fits a small set of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fit blackbody equation to spectrum Download

Added: August 04, 2013 | Visits: 335

Ellipsoid fit Script It needs a set of 3D points, equal radii constraints and orientation constraint to fit an ellipsoid into a 3D block object


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Ellipsoid fit Script Download

Added: March 17, 2010 | Visits: 1.554

Minimax 20060326 Minimax is a Linux distribution which completely fit to an initrd image, because of this it can boot in every situation, which you can imagine. It is ultra small (32 MB), but very power full. Minimax distribution contains 2.6 kernel with ALL modules and balanced set of console utils, no X...


Platforms: *nix

License: Freeware Size: 32.3 MB Download (189): Minimax 20060326 Download

Added: February 04, 2010 | Visits: 835

Test::C2FIT Test::C2FIT is a direct Perl port of Ward Cunninghams FIT acceptance test framework for Java. SYNOPSIS FileRunner.pl input_containing_fit_tests.html test_results.html perl -MTest::C2FIT -e file_runner input_containing_fit_tests.html test_results.html perl -MTest::C2FIT -e fit_shell...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (90): Test::C2FIT Download

Added: September 04, 2013 | Visits: 761

jQuery Datepicker CSS customizations can be applied to the calendar to fit any web design scheme.This plugin forms the basis for the jQuery UI Datepicker. It is made available as a separate plugin since the UI team desired simplified functionality for their version.


Platforms: JavaScript

License: Freeware Size: 163.84 KB Download (44): jQuery Datepicker Download

Added: June 24, 2013 | Visits: 469

Baseline Fit Baseline Fit each column in "x".There did not seem to be a similar function in th file exchange. This routine is simply a wrapper for two Matlab routines, interp1 and ginput.Syntax: [ycorr,yfit] = bf(y,pts,avgpts,method,confirm); ycorr = bf(y); ycorr = bf(y,method); A baseline fit is interpolated...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Baseline Fit Download

Added: August 28, 2013 | Visits: 535

Circle Fit (Kasa method) This is the fastest (though not most accurate) method of fitting a circlle to data points on a plane (given by their xy-coordinates). It returns the circle center (a,b) and radius R. It was proposed by I. Kasa in article "A curve fitting procedure and its error analysis", IEEE Trans. Inst. Meas.,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Circle Fit (Kasa method) Download

Added: August 03, 2013 | Visits: 419

Hungred Image Fit This is a very small and lightweight plugin that automatically adjust your images on your post with a maximum width. This is to eliminate the problem where your images are too large and overlap other parts of your website layout. Any image that are greater than the maximum width is being adjust...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (46): Hungred Image Fit Download

Added: July 08, 2013 | Visits: 494

Fit To Print A Google Chrome add-on that automatically redirects you to the print version of the news webages For certain websites, the print versions often are much nicer to read, bigger fonts, no ads or flash. If you are a constant reader of nytimes.com, thenation.com, alternet.org, boston.com or...


Platforms: Mac

License: Freeware Size: 40.96 KB Download (40): Fit To Print Download

1 2 3 4 5 >