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

Nonlinear Regression Matlab software
Filter: All | Freeware | Demo
 

Nonlinear Regression Matlab

< 1 2 3 4 5 > 
Added: May 28, 2013 | Visits: 603

Using Weka in Matlab The file demonstrates interfacing Java with Matlab by using weka (Machine learning software, written in JAVA) as an example. Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Using Weka in Matlab Download

Added: September 06, 2013 | Visits: 616

Algorithmic Trading with MATLAB - 2010 Files used in the webinar - Algorithmic Trading with MATLAB Products for Financial Applications broadcast on November 18, 2010. This webinar can be viewed at http://www.mathworks.com/wbnr52491.The download includes an additional demo, not shown in the webinar, that shows how to generate C-code... Platforms: Matlab

License: Freeware Size: 1.87 MB Download (43): Algorithmic Trading with MATLAB - 2010 Download

Added: July 22, 2013 | Visits: 410

Kinect SDK with Matlab The file includes mexfunction code calling "Kinect for Windows SDK" to receive depth data and color image from Kinect and a Matlab code to reshape the information matries. Please see the Readme.txt for usage. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (53): Kinect SDK with Matlab Download

Added: September 08, 2013 | Visits: 725

Global and Non-smooth optimization toolbox GANSO is a programming library for global and nonsmooth, nonlinear optimization. Unlike local methods (e.g., quasi-Newton), global optimization methods aim at locating the absolute minimum of a function, not the nearest stationary point. GANSO toolbox provides an interface for calling GANSO... Platforms: Matlab

License: Freeware Size: 204.8 KB Download (42): Global and Non-smooth optimization toolbox Download

Added: July 02, 2013 | Visits: 377

Nonlinear SISO system analysis using simulink Single tank nonlinear model using simuling and linearization of it to find the transfer funtion. Response ot the linear and nonlinear system comparision Platforms: Matlab

License: Freeware Size: 30.72 KB Download (40): Nonlinear SISO system analysis using simulink Download

Added: August 12, 2013 | Visits: 480

Using MATLAB to Analyze and Design Control Systems, 2e This workbook teaches students how to use MATLAB and Simulink to perform calculations and generate graphs essential to control system analysis.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1301.jsp. Platforms: Matlab

License: Freeware Size: 51.2 KB Download (48): Using MATLAB to Analyze and Design Control Systems, 2e Download

Matlab files of the book: Mathematical Modelling for Earth Sciences Matlab files include Gaussian numerical quadrature, Newton's method for finding roots, finite element method for 1D wave equation, and pattern formation (KPP anda system of two coupled PDEs). Platforms: Matlab

License: Freeware Size: 624.64 KB Download (49): Matlab files of the book: Mathematical Modelling for Earth Sciences Download

Added: September 09, 2013 | Visits: 498

secant method in nonlinear ode this will find the solution of U''=k*U*U' by using taylor series 3rd order and secant methodit gives an idea about the nonlinear ode method and also gives the idea of solving problem in matlab Platforms: Matlab

License: Freeware Size: 10 KB Download (40): secant method in nonlinear ode Download

Added: May 09, 2013 | Visits: 547

Non-linear regression GUI The non-linear regression problem (univariate or multivariate) is easily posed using a graphical user interface (GUI) that solves the problem using one of the following solvers: - nlinfit: only univariate problems. - lsqnonlin: can deal with multivariate problems (more than one dependent fitting... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (48): Non-linear regression GUI Download

Added: June 23, 2013 | Visits: 552

MATLAB & Simulink for Dynamic System Analysis & Control MATLAB is one of the best pedagogical software tools to illustrate and visualize concepts in engineering programs. Considering the vast influence of this software on control engineering, teaching "MATLAB & Simulink for Dynamic System Analysis & Control" is of paramount importance in undergraduate... Platforms: Matlab

License: Freeware Size: 1.59 MB Download (50): MATLAB & Simulink for Dynamic System Analysis & Control Download

Added: May 20, 2013 | Visits: 412

XML utilities for MATLAB xmlread, xmlwrite and xslt are not provided in MATLAB 6.1 (R12.1), but if you've got the Report Generator installed you'll have the "Saxon" and "Xerces" JAR files which contain an XML reading/writing/transforming implementation. All you have to do is call the right Java methods. The attached... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): XML utilities for MATLAB Download

MATLAB Adaptor for Agilent's U2600A Series USB Data Acquisition Devices (DAQ) This adaptor enables you to use MATLAB and MATLABd-deOaos Data Acquisition Toolbox with the U2600A Series data acquisition devices. Install this adaptor as instructed in the installation guide called d-deDUGetting Started d-deOCt MATLAB with Agilent DAQ Devicesd-deDt.The adaptor requires the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 3.95 MB Download (54): MATLAB Adaptor for Agilent's U2600A Series USB Data Acquisition Devices (DAQ) Download

MATLAB Adaptor for Agilent's U2500A Series USB Data Acquisition (DAQ) Devices This adaptor enables you to use MATLAB and MATLABd-deOaos Data Acquisition Toolbox with the U2500A Series data acquisition devices. Install this adaptor as instructed in the installation guide called d-deDUGetting Started d-deOCt MATLAB with Agilent DAQ Devicesd-deDt.The adaptor requires the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 4.07 MB Download (49): MATLAB Adaptor for Agilent's U2500A Series USB Data Acquisition (DAQ) Devices Download

Added: May 22, 2013 | Visits: 465

Substitute Expressions in Matlab This function provides a supplement to the Matlab Symbolic toolbox to substitute and simplify long expressions. Maple does not provide this functionality.input-- Input expression that has some terms to be substituted. >> input='a^2-2b+c-3'; >> inputmode=1;Note that 'inputmode=1' indicates that... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Substitute Expressions in Matlab Download

Added: September 14, 2013 | Visits: 613

Interfacing to External Devices from MATLAB This package contains 5 simple examples showing how to interfacing to external devices from MATLAB. These examples show a range of approaches for connecting MATLAB to different types of external devices: - Data Acquisition Toolbox - Instrument Control Toolbox - Image Acquisition Toolbox Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Interfacing to External Devices from MATLAB Download

Added: July 28, 2013 | Visits: 527

Handling MATLAB Events in Excel The Global Temperature Explorer application demonstrates how to integrate MATLAB GUIs into Excel by writing Visual Basic callbacks that can respond to events generated by the GUI.The application consists of two parts, a COM component generated by MATLAB Builder for .NET, and a Visual Basic class... Platforms: Matlab

License: Freeware Size: 3.31 MB Download (47): Handling MATLAB Events in Excel Download

Added: August 01, 2013 | Visits: 335

MATLAB(R) Priority Control With this tool you can set the MATLAB(R) process priority class and the thread priority. You can also set priorities for other programs from MATLAB (new feature). It is possible to use the commands set_priority and get_priority directly or you can use the convientent user interface. To install... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): MATLAB(R) Priority Control Download

Added: April 06, 2013 | Visits: 644

Demo files for This is the power prediction analysis demo that was used in the "MATLAB for Excel Users" webinar. You can view the webinar at:http://www.mathworks.com/wbnr37971This demo requires only MATLAB, Statistics Toolbox, and Curve Fitting Toolbox. In the webinar, we also discussed Spreadsheet Link EX,... Platforms: Matlab

License: Freeware Size: 307.2 KB Download (51): Demo files for "MATLAB for Excel Users" webinar Download

Added: April 02, 2013 | Visits: 508

From Fortran, call MATLAB Compiler C shared library The MATLAB Compiler (v4, R14 onwards) can package MATLAB code into an executable or C/C++ shared library. Calling a C shared library from Fortran, however, can be difficult. The mixed-language issue is C vs. Fortran calling conventions. This is an example of how to call a MATLAB... Platforms: Matlab

License: Freeware Size: 10 KB Download (53): From Fortran, call MATLAB Compiler C shared library Download

Added: May 09, 2013 | Visits: 440

JMatIO - Matlab's MAT-file I/O in JAVA JMatIO is a JAVA library to read/write/manipulate with Matlab's binary MAT-files.Currently supported data types are:+ Double array+ UInt8, Int8 array+ UInt64, Int64 array+ Char array+ Structure+ Cell array+ Sparase arraythis project is also available at http://sf.net/projects/jmatio Platforms: Matlab

License: Freeware Size: 204.8 KB Download (46): JMatIO - Matlab's MAT-file I/O in JAVA Download

< 1 2 3 4 5 >