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

Matlab Databases freeware
Filter: All | Freeware | Demo
 

Matlab Databases

1 2 3 4 5 > 
Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 487

Guide to Matlab Guide to Matlab, Matlab 7, Matlab Getting Started, Matlab Demystified, Matlab for Engineers



Platforms: Windows

License: Freeware Size: 2.54 MB Download (750): Guide to Matlab Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 611

PowerBroker Databases, Monitor & Audit PowerBroker Databases Monitor & Audit helps Director's of IT, IT Security, and IT compliance address the threat to data security and compliance posed by un-controlled privileged database users. It provides a complete solution by addressing this threat across the privileged credential life cycle...





Platforms: Windows, Linux, Unix

License: Freeware Download (421): PowerBroker Databases, Monitor & Audit 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: May 10, 2013 | Visits: 917

TCP/IP Communications in Matlab The script relies in MATLAB's ability to call Java code snippets and make use of its TCP/IP implementation.One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine...


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

License: Freeware Download (64): TCP/IP Communications in Matlab Download

Added: July 05, 2013 | Visits: 644

MATLAB simulation of fixed-mass rigid-body 6DOF SIXDOF Calculate aircraft fixed-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in body coordinates Moments = 3x1 vectory of moments...


Platforms: Matlab

License: Freeware Size: 10 KB Download (64): MATLAB simulation of fixed-mass rigid-body 6DOF Download

Added: July 19, 2013 | Visits: 728

INCA Matlab Auto Calibration Wizard INCA, the industry leading automotive ECU measurement and calibration tool from ETAS, provides a product add-on, the Matlab Integration Package, which allows Matlab (and therefore Matlab users) the abiltiy to access a majority of the capabilities and functionality of INCA. Typically this...


Platforms: Matlab

License: Freeware Size: 1.66 MB Download (61): INCA Matlab Auto Calibration Wizard Download

Added: May 10, 2013 | Visits: 321

Matlab driver DSO2090 It has been already tested on the Protek, Hantek and Voltcraft models. Requirements: - MATLAB 7.5 or higher


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

License: Freeware Download (59): Matlab driver DSO2090 Download

Optimization with MATLAB and the Genetic Algorithm and Direct Search Toolbox M-files accompanying the " Genetic Algorithms & New Optimization Methods in MATLAB " webinar.These files provide what you need to run the two demos: Optimization of non-smooth objective function, and Optimization of a random stochastic objective function.To run the first demo run the file...


Platforms: Matlab


Introduction to Object-Oriented Programming in MATLAB(R) Webinar This contains the demo files and the presentation PDF file used in the "Introduction to Object-Oriented Programming in MATLAB(R)" Webinar, which was delivered in April 2009. These are meant to augment the Webinar, not replace it. Check out the On-Demand Webinars to...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (58): Introduction to Object-Oriented Programming in MATLAB(R) Webinar Download

Added: July 08, 2013 | Visits: 672

MATLAB Simulation of variable-mass rigid-body 6DOF SIXDOFVM Calculate aircraft variable-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in body coordinates Moments = 3x1 vectory of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (57): MATLAB Simulation of variable-mass rigid-body 6DOF Download

Added: May 10, 2013 | Visits: 638

Matlab GUI for Polhemus Digitizer The package includes five versions, which are designed to work with MATLAB R14 on either Linux or Windows.InstallationRun the m-file with the main file name to start the GUI Key features "Matlab GUI for Polhemus Digitizer": - polgui_ver1_r14 : works with 1 receiver (stylus pen) -...


Platforms: Windows, *nix, Matlab,

License: Freeware Download (56): Matlab GUI for Polhemus Digitizer Download

Released: December 13, 2012  |  Added: December 13, 2012 | Visits: 416

Matlab for Engineers Matlab 7, Matlab Getting Started, Matlab Demystified, Matlab for Engineers


Platforms: Windows

License: Freeware Size: 7.24 MB Download (56): Matlab for Engineers Download

Added: July 29, 2013 | Visits: 442

MATLAB oscilloscope application - simplified example ScopeMath (fileid 13165) is a MATLAB-based GUI that uses the Instrument Control Toolbox to retrieve waveforms from an oscilloscope and analyze them in various ways. ScopeMath_Simple is a simplified version that demonstrates how to set up a similar GUI for your own purposes. It shows how to:1)...


Platforms: Matlab

License: Freeware Size: 225.28 KB Download (55): MATLAB oscilloscope application - simplified example Download

Added: June 10, 2013 | Visits: 642

Monte Carlo simulations using MATLAB This set of files show some of the principles of Monte Carlo simulations, applied in the financial industry. this is the content of the web seminar called "Simulations de Monte Carlo en MATLAB".The slides are in French and a copy in English is also availableYou will find here :* how to code your...


Platforms: Matlab

License: Freeware Size: 399.36 KB Download (55): Monte Carlo simulations using MATLAB Download

Added: June 02, 2013 | Visits: 465

Dynamical Systems with Applications using MATLAB "Dynamical Systems with Applications using MATLAB" covers standard material for an introduction to dynamical systems theory. The text deals with both discrete and continuous systems.There are applications in mechanical systems, chemical kinetics, electric circuits, interacting species, economics,...


Platforms: Matlab

License: Freeware Size: 92.16 KB Download (54): Dynamical Systems with Applications using MATLAB Download

Added: April 02, 2013 | Visits: 504

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 17, 2013 | Visits: 670

Matlab code of the Kalman filter Script It will compute the Kalman gain and the stationary covariance matrix using a Kalman filter with a linear forward looking model.


Platforms: Matlab

License: Freeware Size: 10 KB Download (53): Matlab code of the Kalman filter Script Download

Added: May 18, 2013 | Visits: 533

Global Optimization with MATLAB This submission contains the demo files used in the Global Optimization with MATLAB webinar: http://www.mathworks.com/wbnr43346MultStart Demos * Peaks Minimization * Nonlinear Curve FittingGlobalSearch Demos * Peaks Minimization * Volumentric Efficiency MaximizationSimulated Annealing Demos *...


Platforms: Matlab

License: Freeware Size: 1.19 MB Download (52): Global Optimization with MATLAB Download

Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 316

Matlab Demystified Matlab 7, Matlab Getting Started, Matlab Demystified


Platforms: Windows

License: Freeware Size: 4.65 MB Download (52): Matlab Demystified Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 504

Matlab SRTM Library The Matlab SRTM Library is designed to be an easy-to-use interface for importing and manipulating NASA's Shuttle Radar Topography Mission (SRTM) Digital Elevation Model (DEM) dataset.


Platforms: Windows, Mac, Linux

License: Freeware Size: 175.61 KB Download (52): Matlab SRTM Library Download

1 2 3 4 5 >