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

Fuzzy Cubic Spline Matlab Code software
Filter: All | Freeware | Demo
 

Fuzzy Cubic Spline Matlab Code

< 1 2 3 4 5 > 
Added: July 19, 2013 | Visits: 542

Bias Field Corrected Fuzzy C-Means This function segments (clusters) an image into object classes, and estimates and corrects for slow varying illumination artifacts. Estimates and corrects for bias field in 3D MRI, streak artifacts in CT, and illumination artifacts in color photos.It's an implementation of the paper of M.N. Ahmed...



Platforms: Matlab

License: Freeware Size: 133.12 KB Download (41): Bias Field Corrected Fuzzy C-Means Download

Added: April 11, 2013 | Visits: 656

Using MATLAB to Develop Macroeconomic Models Slides, software, and data for the MathWorks webinar, "Using MATLAB to Develop Macroeconomic Models." The file moneydemo.zip contains a file moneydemo.pdf with slides for the webinar and a collection of MATLAB scripts and helper functions to perform a number of macroeconomic analyses. The main...





Platforms: Matlab

License: Freeware Size: 266.24 KB Download (71): Using MATLAB to Develop Macroeconomic Models Download

Added: June 03, 2013 | Visits: 478

Natural Cubic Splines Yield Curve The fitting of smooth curve through a set of data points and extention to this is the fitting of 'best fit' spline to a large set of data points which show the cerrent trend but which do not all lie above the curve. The method involves cluster analysis, that is, grouping the crude data into...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Natural Cubic Splines Yield Curve Download

Added: July 18, 2013 | Visits: 437

MPP (Matlab PreProcessor) If MATLAB was your first or primary programming language, you probably will never miss having a preprocessor. However if you have gravitated to MATLAB from a background in C programming you might wonder where MATLAB's pre-processor is. Well MATLAB doesn't come with one.MPP was designed to fill...


Platforms: Matlab

License: Freeware Size: 133.12 KB Download (51): MPP (Matlab PreProcessor) Download

Added: May 28, 2013 | Visits: 466

Editing Matlab files in Vim Contains a set of files useful to edit Matlab files.Included is :1) Syntax highlighting2) Correct indentation3) Integration in vim of the mlint Matlab code checker with the :make command4) Correct setting to use the matchit.vim script (extension of the % command to match if/end, for/end,......


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Editing Matlab files in Vim Download

Pause MATLAB when running external simulation that writes to file This simple code handles the problem where MATLAB interfaces with an external program that itself writes to a data file. The 3-line use of this code is as follows:(1) call external code (usually via system command)(2) call sim_runtime(...)(3) call subsequent statementsThe subsequent statements...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Pause MATLAB when running external simulation that writes to file Download

Added: May 28, 2013 | Visits: 365

Matlab 2 Latex m2tex converts a matlab file into a colored, tabbed .m file will all of the proper symbols converted to be latex compatible.The latex files it produces can easily be included in other files by using /input{filename}or /texttt{input{filename}} for more matlab look to the codeRemember latex assumes...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Matlab 2 Latex Download

Added: June 24, 2013 | Visits: 386

Calling MATLAB from PowerPoint A white paper that describes a simple workflow, using VB code (provided in a sample Master.bas file), to call any MATLAB code or to run any MATLAB files from within PowerPoint. Simply edit the .bas file per the instructions, and load it into your PowerPoint. Then edit any object in the PowerPoint...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Calling MATLAB from PowerPoint Download

Added: April 04, 2013 | Visits: 322

EMat: Embedded Matlab Templating EMAT Embedded Matlab templating EMat class provides a templating system in Matlab like Ruby's ERB system. Matlab code can be embedded inside any text document to easily control the document generation flow. A simple example is illustrated here: >> x = 42; >> tmpl = ' The value of x is '; >> obj...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): EMat: Embedded Matlab Templating Download

Added: September 06, 2013 | Visits: 431

Mathematica Symbolic Toolbox for MATLAB A symbolic toolbox that provides MATLAB users with all of the symbolic and high-precision numeric capabilities of Mathematica. It uses the MathLink communication standard supplied with Mathematica and the MEX facility of MATLAB. In addition, since MathLink can pass native MATLAB matrices (and not...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (40): Mathematica Symbolic Toolbox for MATLAB Download

Added: June 26, 2013 | Visits: 411

Spline Potential Eigenfunctions Model The Spline Potential Eigenfunctions Model computes the Schr?*A*dinger equation energy eigenvalues and eigenfunctions for a particle confined to a potential well with hard walls at -a/2 and a/2 and a smooth potential energy function between these walls. The potential energy function is a...


Platforms: Mac

License: Freeware Size: 1.65 MB Download (37): Spline Potential Eigenfunctions Model Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 533

DataFitX DataFitX is a COM component (in-process ActiveX DLL) which allows you to add a powerful nonlinear regression (curve fitting) engine to your software with just a few simple lines of code. DataFitX is developed using COM, so it can be used in any environment that supports COM, including Microsoft...


Platforms: Windows

License: Shareware Cost: $549.00 USD Size: 2.24 MB Download (54): DataFitX Download

Added: June 24, 2013 | Visits: 465

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: September 10, 2013 | Visits: 565

A new method for generating pareto-optimal topologies Engineers are often interested in obtaining optimal topologies, i.e., optimal conceptual designs, for various structural problems. The attached Matlab code generates such optimal topologies in about 199 lines of Matlab code. Two structural problems are 'hard-coded' as illustrative examples....


Platforms: Matlab

License: Freeware Size: 501.76 KB Download (46): A new method for generating pareto-optimal topologies Download

Added: August 18, 2013 | Visits: 366

Shooting method with GUI The code implements the shooting method by means of the Runge-Kutta method of 4th order and the interval bisection method. There is the graphical interface too. When the differential equation is inserted in terms of the standard mathematical notation (no in MATLAB code), the programme create the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Shooting method with GUI Download

Comparison of C++ and MATLAB Using Object Oriented Application Example This example calculates the bit error rate (BER) of a BluetoothdlT« or 802.11b communication link interfered with by another 802.11b or Bluetooth transmitter. It uses the new MATLABdlT« object oriented programming features released in R2008a.The main function btint and accompanying classes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 3.69 MB Download (47): Comparison of C++ and MATLAB Using Object Oriented Application Example Download

Added: April 23, 2013 | Visits: 495

3-D FDTD A fortran sample code which in Finite Difference Time Domain Method for Electromagnetics. - Kunz K.S., Luebbers R.J. book was translated to matlab code. For movie, a little bit code must be added into it. Especially it needs to vectorize for electric field updates.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 3-D FDTD Download

Added: May 10, 2013 | Visits: 259

Running R from inside Matlab on Mac OSX R has loads of great functions and can be freely installed, but Matlab does a number of things better. For Matlab users the solution is simple: if you don't have time to reprogram the routine, run R code from inside Matlab. You need a working version of R installed on your machine. Then save your...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Running R from inside Matlab on Mac OSX Download

Added: August 03, 2013 | Visits: 571

OpenGL 3D graphics in MATLAB using jzy3d A demo of some features of the jzy3d 3d graphics package from http://www.jzy3d.org/This PDF describes code for displaying jzy3d OpenGL-based 3D graphics in MATLAB. Code to run these demos is available as a Java jar file athttp://sourceforge.net/projects/waterloo/files/jzy3d uses the JOGL Java...


Platforms: Matlab

License: Freeware Size: 2.54 MB Download (51): OpenGL 3D graphics in MATLAB using jzy3d Download

Released: July 31, 2020  |  Added: January 11, 2021 | Visits: 4.097

Data Curve Fit Creator Add-in Data Curve Fit Creator Add-in is an easy-to-use data analysis add-in for Microsoft Excel. It adds curve fitting, interpolation, and data smoothing functions to Excel. Curve fitting functions include polynomial fits and a versatile local regression (loess) function. Interpolations include...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $79.95 USD Size: 7.12 MB Download (465): Data Curve Fit Creator Add-in Download

< 1 2 3 4 5 >