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

Matlab Release Memory freeware
Filter: All | Freeware | Demo
 

Matlab Release Memory

< 1 2 3 4 5 
Added: April 06, 2013 | Visits: 643

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: 507

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

Added: April 11, 2013 | Visits: 664

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 02, 2013 | Visits: 468

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: June 01, 2013 | Visits: 431

fuzzy_eval Compact C routine to evaluate a MATLAB Sugeno type fuzzy inference system (fis). Intended to run on a microcontroller based system with limited memory.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): fuzzy_eval Download

Added: September 06, 2013 | Visits: 500

Demo files for The example is on developing an algorithm for detecting an object (green ball) in MATLAB. The demo highlights* image import (and video import)* image visualization* simple image processing* automatic report generation* GUI building* deploying stand alone applicationYou can find the recording of...


Platforms: Matlab

License: Freeware Size: 327.68 KB Download (41): Demo files for "Algorithm Development with MATLAB" Webinar Download

Added: August 15, 2013 | Visits: 480

MATLAB Contest - Peg Solitaire Starter kit for the 15th MATLAB Programming Contest, May 9-16, 2007.For more information see the contest page:http://www.mathworks.com/contest/jumping/rules.html


Platforms: Matlab

License: Freeware Size: 409.6 KB Download (46): MATLAB Contest - Peg Solitaire Download

Added: September 09, 2013 | Visits: 488

MATLAB Contest - Ants Starter kit for the tenth MATLAB Programming Contest "Ants", which ran May 11-18, 2005.You are given the task programming an ant to collect as much food as possible. For more information, see the contest page:http://www.mathworks.com/contest/ants/rules.html


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): MATLAB Contest - Ants Download

Added: July 16, 2013 | Visits: 503

MATLAB Contest - Gerrymander The eighth MATLAB Programming Contest, Gerrymander, ran from April 21 to 28, 2004.You are given the task of preparing for an upcoming election in the state of Rectanglia. As the director of redistricting, your job is to divide the state into N districts of equal...


Platforms: Matlab

License: Freeware Size: 5.33 MB Download (43): MATLAB Contest - Gerrymander Download

Added: June 15, 2013 | Visits: 452

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: August 01, 2013 | Visits: 487

BodyBuilder BodyBuilder is a MATLAB-based application that provides a graphical means to create Body Blocks for use in SimMechanics. It is hoped that the interested users will also use BodyBuilder to explore MATLAB's Object-Oriented Programming Language, which is part of the general release of MATLAB as of...


Platforms: Matlab

License: Freeware Size: 4.69 MB Download (43): BodyBuilder Download

Added: July 08, 2013 | Visits: 485

MATLAB function list Writes to file a sorted list of MATLAB functions for all MathWorks products installed on the machine (that the function is executed on). Denotes which functions are built-in to help with syntax highlighting.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): MATLAB function list Download

Added: July 18, 2013 | Visits: 441

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: April 02, 2013 | Visits: 461

Tree-Ring MATLAB Toolbox This is a collection of functions I wrote for use of MATLAB with tree-ring time series. Functions are included for skeleton plotting, group time-series plotting, and correlation analysis of seasonal climatic time series with tree-ring indices ("tree-ring response-functions").


Platforms: Matlab

License: Freeware Size: 61.44 KB Download (48): Tree-Ring MATLAB Toolbox Download

Added: May 28, 2013 | Visits: 468

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 (45): Editing Matlab files in Vim Download

Tutorials on Creating, Compiling and running CUDA Accelerated programs in Matlab Includes Guides on how to use visual studio to create Matlab compatible Cuda Code, how to compile, debug and run it using various methods, and much more.


Platforms: Matlab


Added: April 04, 2013 | Visits: 369

MATLAB Component Runtime Installer Automation This "mcr_release14_automatic_installer.exe" is an AutoIt3 (www.hiddensoft.com) based program that automatically installs the Release 14 MATLAB Component Runtime.Just run it and it will look for the MCRInstaller.exe program in the current folder and install it using the default options. You can...


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (41): MATLAB Component Runtime Installer Automation Download

Added: April 08, 2013 | Visits: 482

MATLAB Contest - Sudoku Starter kit for the 12th MATLAB Programming Contest "Sudoku", running November 2-9, 2005.You are given the task of solving a variation on the Sudoku problem. For more information see the contest page:http://www.mathworks.com/contest/sudoku/rules.html


Platforms: Matlab

License: Freeware Size: 71.68 KB Download (48): MATLAB Contest - Sudoku Download

Added: April 08, 2013 | Visits: 391

Word Syntax Highlighter for Matlab A syntax highlighting Word macro for MATLAB m-files. This program provides syntax highlighting for MATLAB m-file code segments included in a Word document. This macro does not provide highlighting as-you-type, highlighting is performed for the selected code segment following user initiation of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Word Syntax Highlighter for Matlab Download

< 1 2 3 4 5