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

Using Functions In Matlab software
Filter: All | Freeware | Demo
 

Using Functions In Matlab

< 1 2 3 4 5 > 
Added: May 06, 2013 | Visits: 373

MUnit: a unit testing framework in Matlab This is a complete unit testing framework in Matlab that includes test cases, test sets, automated collecting of complex test trees from the file system, automated parsing of tests to anable the user to just-write-tests, test fixtures, test callbacks, selectable and reimplementable test runners,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): MUnit: a unit testing framework in Matlab Download

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 30, 2013 | Visits: 340

Easy MultipleXYSeries The code behind is just a demo of what is possible with JFreeChart using it in Matlab. I played a littlewith codesnippets I found on the web and the API-Documentation.(http://www.jfree.org/jfreechart/api/javadoc/index.html). When you want to explore the whole functionality,I think it is better to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (46): Easy MultipleXYSeries Download

Added: June 12, 2013 | Visits: 355

Thermometer Demo ThermometerDemo aldodA JFreeChart (http://www.jfree.org/jfreechart/).The code behind is just a demo of what is possible with JFreeChart using it in Matlab. I played a littlewith codesnippets I found on the web and the API-Documentation.(http://www.jfree.org/jfreechart/api/javadoc/index.html).... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (41): Thermometer Demo Download

Added: April 15, 2013 | Visits: 419

DifferenceChart Demo Multiple TimeSeriesDemo aldodA JFreeGraph-DemoThe code behind is just a demo of what is possible with JFreeChart using it in Matlab. I played a littlewith codesnippets I found on the web and the API-Documentation.(http://www.jfree.org/jfreechart/api/javadoc/index.html). When you want to explore... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 204.8 KB Download (52): DifferenceChart Demo Download

Added: June 28, 2013 | Visits: 613

Using S-Parameters in MATLAB & Simulink A sequence of examples is provided that demonstrate how S-parameter measurements can be made and utilized to design a radio frequency amplifier.An HP (now Agilent) 8505A system controlled by MATLAB is used to characterize a bipolar transistor in terms of its S-parameters. These measurements are... Platforms: Matlab

License: Freeware Size: 368.64 KB Download (46): Using S-Parameters in MATLAB & Simulink Download

Added: September 09, 2013 | Visits: 442

Parallel Distributed Processing of Weka Algorithms in Matlab The code given shows how Weka algorithms can be run in parallel across distributed computers using Matlab to take advantage of available hardware and quicken algorithm completion time on multiple data sets or parameter sets.Parallel processing of Weka algorithms is handled here in Matlab as... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (40): Parallel Distributed Processing of Weka Algorithms in Matlab Download

Added: April 21, 2013 | Visits: 693

Copernic Desktop Search functions for Matlab Copernic Desktop Search is a popular free desktop search tool that searches Microsoft Word, Excel, and PowerPoint files, Acrobat PDFs, Outlook emails, and all popular music, picture and video formats. Copernic can also search your browser history, favourites, and contacts.Copernic Desktop Search... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Copernic Desktop Search functions for Matlab Download

Added: August 18, 2013 | Visits: 382

Run Processing sketches in Matlab Run processing sketches from Matlab or MAX/MSP.The Processing class wraps a sketch (PApplet) in a window (Frame) and provides methods to show and dispose sketches.First, you need to make sure Matlab has acces to the processing code in "core.jar". I have included an install script to add... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 204.8 KB Download (39): Run Processing sketches in Matlab Download

Added: May 21, 2013 | Visits: 388

5 ways to Solve IVP ODEs in MATLAB Solving IVP ODEs using Symbolic MATH "dsolve", Laplace Transforms and MuPAD for analytic solutions and ODE45, ODE113 and Simulink for numeric solutions of the given 2nd order ODE is shown in this script.To execute the files PUT all 3 files in MATLAB current directory and execute the *.m file... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): 5 ways to Solve IVP ODEs in MATLAB Download

Added: August 23, 2013 | Visits: 246

Kdtree implementation in matlab Most of the kdtree code for matlab has been implemented via mex files. I decided to come up with a purely matlab based implementation and so here it is .... The code is obviously expected to be slower than some of the c/c++ implementations that are out there but the fact that its implemented in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): Kdtree implementation in matlab Download

Added: August 14, 2013 | Visits: 551

Fixed-Point Programming in MATLAB Webinar Materials The attached zip file contains the slides, MATLAB M-files, and Simulink models that were used in the Fixed-Point Programming in MATLAB webinar from December 8, 2005 by Tom Bryan. The recorded webinar is linked off of the Fixed-Point Toolbox web page Platforms: Matlab

License: Freeware Size: 1.63 MB Download (46): Fixed-Point Programming in MATLAB Webinar Materials Download

Added: June 15, 2013 | Visits: 455

Programming Patterns in MATLAB This file contains slides from the talk I gave at the 1997 MATLAB User's Conference. It shows some programming patterns in MATLAB, relevant to version 5.0 and beyond. A few of the patterns may be suboptimal because of MATLAB changes since 1997. Platforms: Matlab

License: Freeware Size: 235.52 KB Download (46): Programming Patterns in MATLAB Download

Added: July 16, 2013 | Visits: 351

Kalman Filter in Matlab (Tutorial) 1. Detailed Tutorial on Kalman Filtering Techniques in Matlab2.Computes the Kalman gain and the stationary covariance matrix using the Kalman filter of a linear forward looking model. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Kalman Filter in Matlab (Tutorial) Download

Added: April 18, 2013 | Visits: 238

Apply multiple functions in a single function. This function can be very handy. Consider a case where you wish to analyze data, with different functions. In order to do so, you must write many code lines where you apply all the functions to the data. And this process tends to repeat itself for several data elements, and with varying... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Apply multiple functions in a single function. Download

Added: July 06, 2013 | Visits: 507

Approaches to implementing Monte Carlo methods in MATLAB Monte Carlo methods have long been used in computational finance to solve problems where analytical solutions are not feasible or are difficult to formulate. However, these methods are computationally intensive making it challenging to implement and adopt. In the last decade, advances in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 552.96 KB Download (46): Approaches to implementing Monte Carlo methods in MATLAB Download

Added: August 03, 2013 | Visits: 580

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

Kalman filtering demo in MATLAB with automatic MATLAB-to-C code generation This entry contains the demo presented as part of two separate MathWorks webinars related to MATLAB-to-C code generation. In this demo, we feature a Kalman filtering algorithm for tracking moving objects and will demonstrate how to automatically generate C code from MATLAB functions.Automatic... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 696.32 KB Download (45): Kalman filtering demo in MATLAB with automatic MATLAB-to-C code generation Download

Added: April 10, 2013 | Visits: 454

What's New In MATLAB 7.2 R2006a This zip file includes the presentation and demonstration files for the recorded webinar "What's New In MATLAB 7.2, Part of Release 2006a". Platforms: Matlab

License: Freeware Size: 1.76 MB Download (48): What's New In MATLAB 7.2 R2006a Download

Added: August 01, 2013 | Visits: 476

What's New In MATLAB Products For Release 2006b This zip file includes the presentation and demonstration files for the recorded webinar "What's New In MATLAB Products For Release 2006b". You can view the webinar at the following location:http://www.mathworks.com/cmspro/req13238.html?eventid=38564 Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.51 MB Download (47): What's New In MATLAB Products For Release 2006b Download

< 1 2 3 4 5 >