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 49.593.827 Times

Chiropractic Adjustments Methods software
Filter: All | Freeware | Demo
 

Chiropractic Adjustments Methods

< 1 2 3 4 5 
Added: May 03, 2013 | Visits: 398

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 (40): Generalized Newton Raphson Method Download

Added: May 30, 2013 | Visits: 563

transmission lines fault analysis There are several methods to solve the transmission line fault problem. In this example i showed how to solve the transmission lines in simulink . . .The problem is taken from the Hadi Sadat power system. Page no 482 Ex-11.3keep Enjoying





Platforms: Matlab

License: Freeware Size: 10 KB Download (40): transmission lines fault analysis Download

Added: April 14, 2013 | Visits: 567

Simulink solution of Differential Equation A differential equation can be solved by several methods. I have presented the simulink method to solve the differential equ. The que is showed in the screenshot.Queries and Comments are dearly invited.


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Simulink solution of Differential Equation Download

Mackey-Glass Time Series Forecasting using Method 1 Single Stage Fuzzy Forecaster There are three methods (1, 2 & 3 [Back-propagation]) for forecasting a time series. Here is a collection of MATLAB programming, screen shorts, Fig files giving results. Follow comments in the files to run programs


Platforms: Matlab


Added: September 04, 2013 | Visits: 478

Numerical Analysis and Graphic Visualization with MATLAB Written for courses in numerical methods, this text introduces the use of MATLAB in numerical analysis.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 491.52 KB Download (44): Numerical Analysis and Graphic Visualization with MATLAB Download

Added: March 22, 2013 | Visits: 792

Templates for the Solution of Linear Systems This book is written for computational scientists who would like to incorporate state-of-the-art computational methods for solving large sparse systems of linear equations.For a full book description and ordering information, please visithttp://www.mathworks.com/support/books/boo...=-1&language=-1


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (41): Templates for the Solution of Linear Systems Download

Added: April 20, 2013 | Visits: 405

PortVaR Value-at-Risk calculation for portfolio stocks using variance-covariance, historical and MonteCarlo methods. Portfolio can be larger as you want including either the risk factor (stock index, currency, etc.)


Platforms: Matlab

License: Freeware Size: 276.48 KB Download (46): PortVaR Download

DTMF Encoder/Decoder with GUI using FFT,goertzel,Filter Banks A phone-like DTMF tool with GUI using several methods, FFT,goertzel and filter banks.Just run the gui.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 163.84 KB Download (44): DTMF Encoder/Decoder with GUI using FFT,goertzel,Filter Banks Download

Added: July 03, 2013 | Visits: 349

Planck Laws We calculate the number of photon with two methods. We dertermine the differnce of luminance for two (or many ) wavelength.We can find the error with the temperature and the wavelength for different acquisition time and many geometry.


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Planck Laws Download

Added: August 27, 2013 | Visits: 323

Numerical Analysis Functions 1 Numerical analysis functions that employ the Bisection, Fixed-point, Newton-Raphson, and Muller's methods. Each returns a root for a given function, and optionally a iteration table.*** Symbolic Toolbox is NOT REQUIRED ***


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Numerical Analysis Functions 1 Download

Added: August 31, 2013 | Visits: 498

Salvaging a Linear Correlation Matrix The solution of the nearest correlation matrix applies the hypershpere or spectral decomposition methods as outlined in Monte Carlo methods in Finance by Peter Jackel, Chapter 6.Use CorrelationExample.m that applies a simple example for the two cases.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Salvaging a Linear Correlation Matrix Download

Added: July 04, 2013 | Visits: 370

Demos of skeletons using thin and skel Using,bwmorph(a,'thin', inf);bwmorph(a,'thin', skel);we draw two methods to make skeletons, and plotted the points of connection and end points.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Demos of skeletons using thin and skel Download

Comparison of ODE solutions found from numerical and analytic methods in MATLAB It is aimed to perform comparison analysis of numerical solution search ..% methods of 2nd order ODE. Heun's Method, Euler's method, Runge-Kutta% (MATLAB built-in solver-ODE45) and analytical solution of the given ODE.% Given an ODE: D2y+2Dy+y=exp(-t); ICs: y(0)=1; Dy(0)=2.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Comparison of ODE solutions found from numerical and analytic methods in MATLAB Download

Added: August 06, 2013 | Visits: 302

Industrial Mathematics The central thrust of the book is to demonstrate the power of interweaving analytics with computing methods during problem solving.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1602.jsp.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Industrial Mathematics Download

Two Methods for Breaking Data Dependency Loops in System Level Models Creation of a system by integrating multiple validated subcomponents is a task common to SimulinkdlT« and C. In both environments integration issues arise as the number of components increases. Problems include miss-matched data types, scaling and ensuring the correct signals are available, to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 624.64 KB Download (39): Two Methods for Breaking Data Dependency Loops in System Level Models Download

Slides for the video These are the slides of a plenary talk given at the 2006 SIAM Annual Meeting, on July 11, 2006.The talk describes how x=Ab works in MATLAB, when A is sparse.You can view the video at http://www.cise.ufl.edu/research/sparse/SIAM06. Follow along with these slides as you view the video. The slides...


Platforms: Matlab


Added: May 15, 2013 | Visits: 510

Random Numbers from Negative Binomial Distribution This m-file produces random numbers from the negative Binomial distribution using one of four methods and it tests which is faster.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Random Numbers from Negative Binomial Distribution Download

Added: May 03, 2013 | Visits: 353

Ensemble methods There are four ensemble strategies--- random selecting samples, Bagging strategy, Random subspace method, Rotation forest method. They are ensemble methods which can obtain the samples of individual learner. Bagging method is a classical ensemble strategy proposed by Leo Breiman in Ref...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Ensemble methods Download

Added: April 27, 2013 | Visits: 241

Non parametric spectral estimation comparision The five methods compared here are1) periodogram2) Corellogram3) Bartlett4) Blackman Tookey5) Welch Input data = X(t)=cos(f1)+cos(f2)+cos(f3)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Non parametric spectral estimation comparision Download

UIINSPECT - display methods-properties-callbacks of an object UIINSPECT inspects an object handle (e.g., Java, COM, Handle Graphics, Matlab class, Dot-Net etc.) and displays the inspection results in a unified Matlab window. UIINSPECT displays a unified window with all relevant object methods (as can be displayed via Matlab's methodsview function),...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (39): UIINSPECT - display methods-properties-callbacks of an object Download

< 1 2 3 4 5