| |
- Socket functions for use in MATLAB
pop
This is a suite of tools that allow TCP/IP socket communication via MATLAB.
In particular, the tools allow for easy communication of MATLAB variables
between networked MATLAB sessions via the "mssend" and "msrecv" functions.
All variable types, including strutures and cells, are supported.
http://code.google.com/p/msocket/
(Added: Dec 13, 2007 Hits: 874 Rating: 0.00 Votes: 0)
Rate It
Review It
- OfficeDoc Professional
pop
OfficeDoc reads/writes/appends and formats data, images & figure screenshots in Microsoft Office documents, from within the Matlab environment. Supported document formats include XLS (Excel), DOC (Word) & PPT (PowerPoint). Opening/closing COM server connection and files is user-controllable, enabling very fast sequential writes. Numerous format properties enable highly customizable output.
http://www.ymasoftware.com/servlet/Detail?no=1
(Added: Jun 25, 2007 Hits: 804 Rating: 0.00 Votes: 0)
Rate It
Review It
- Power System Analysis Toolbox (PSAT)
pop
PSAT is a Matlab toolbox for electric power system analysis and control. The command line version of PSAT is also GNU Octave compatible. PSAT includes power flow, continuation power flow, optimal power flow, small signal stability analysis and time domain simulation. All operations can be assessed by means of graphical user interfaces (GUIs) and a Simulink-based library provides an user-friendly tool for network design.
PSAT has been developed using mainly versions 6.1.0.450 (R12.1) and 6.5.0.180913a (R13) of Matlab on a Unix/Solaris 8 workstation (Sun Ultra Enterprise 450) and it has also been tested on Linux, Irix64 and Windows platforms. Latest PSAT versions run under Matlab 5.3, 6.0, 6.1 and 6.5 and GNU/Octave 2.1.5x, both on Unix/Linux and Windows platforms. Only the basic Matlab and Simulink packages are needed, except for compiling user defined models, which requires the Symbolic Toolbox. Read the documentation for installation instructions and complete description of the toolbox.
http://www.power.uwaterloo.ca/~fmilano/#Section2|region
Read 3 Reviews
(Added: Apr 15, 2006 Hits: 749 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATPOWER
MATPOWER is a package of Matlab M-files for solving power flow and optimal power flow problems. It is intended as a simulation tool for researchers and educators that is easy to use and modify. MATPOWER is designed to give the best performance possible while keeping the code simple to understand and modify. It was initially developed as part of the PowerWeb project.
http://www.pserc.cornell.edu/matpower/
Read 1 Reviews
(Added: Apr 15, 2006 Hits: 254 Rating: 0.00 Votes: 0)
Rate It
Review It
- readclm.m
Reads numerical data from a text file into a matrix.
http://www.mathtools.net/files/net/readclm.zip
(Added: Jul 22, 1999 Hits: 225 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATLAB Benchmark
My own Matlab benchmark suite jmbench.m because timings from Matlab "bench" command cannot be used to compare Matlab versions.
http://www-math.cudenver.edu/~jmandel/matlab/matlab_benchmark.html
(Added: Jun 15, 2005 Hits: 181 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATLAB/SIMULINK Resources
MATLAB in Education, MATLAB Digest, Demos & Examles, User Contributed M-files, MATLAB FAQ, and more.
http://www.eng.fsu.edu/~cockburn/matlab/matlab_help.html
(Added: Jun 08, 2005 Hits: 163 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATLAB Library
Functions and their usage relating to Feature Extraction and Classification.
http://www.sce.carleton.ca/faculty/chan/download/matlab_library/matlab_library.htm
(Added: Jun 07, 2005 Hits: 162 Rating: 0.00 Votes: 0)
Rate It
Review It
- datetime.m
Converts date-time format to year-month-day-hour-min format and vice versa.
http://www.mathtools.net/files/net/datetime.zip
Read 1 Reviews
(Added: Aug 13, 1999 Hits: 153 Rating: 0.00 Votes: 0)
Rate It
Review It
- Simulink content plugin for Total Commander
The Simulink content pluginn for Total Commander parses the Simulink model file and provides content information about the version, creator, creation time, last modified time, last modified PC, total number of blocks, number of different referenced librarys and number of different used S-Functions of a Simulink model. Furthermore it can be displayed if the Simulink model is a library and contains Stateflow charts.
http://www.totalcmd.net/plugring/simulinkwdx.html
(Added: Oct 24, 2006 Hits: 141 Rating: 0.00 Votes: 0)
Rate It
Review It
- Makeinstall
You have a created a toolbox with a lot of MATLAB files and now you need a simple way to distribute this toolbox? With Makeinstall you will be able to automatically create a single install.m file, which includes a simple installation routine and all the Matlab programmes needed for the toolbox. The install script modifies the system in order to use the toolbox instantly. If the Contents.m file is missing, it will be automatically created. Furthermore the command tbclean will be added to the toolbox folder, which enables to remove the toolbox folder and the entries in startup.m.
http://matlab.pucicu.de/
Read 1 Reviews
(Added: Hits: 132 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATLAB Function Reference
A reference for all of the different types of Text Properties with a brief description of each as well as the types of values each accepts.
http://www-ccs.ucsd.edu/matlab/techdoc/ref/text_props.html
(Added: Jun 06, 2005 Hits: 132 Rating: 0.00 Votes: 0)
Rate It
Review It
- diary2m.m
Converts the diary of a Matlab session into an executable m-file.
http://www.mathtools.net/files/net/diary2m.zip
(Added: Jul 22, 1999 Hits: 113 Rating: 0.00 Votes: 0)
Rate It
Review It
- Nodeworks Web Directory: MATLAB
Over a hundred useful MATLAB links organized alphabetically, including tutorials, toolboxes, and much more.
http://dir.nodeworks.com/Science/Math/Software/MATLAB/
(Added: Jun 13, 2005 Hits: 108 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATLAB 7 Release 14 on Mac OS X Panther - A First Look
I downloaded and installed a pre-release version of the Matlab 7 (Release 14) on Mac OS X Panther 10.3.3 this week. Many new and exciting features are planned for release 14. Among them are shortcuts for frequently used commands, nesting functions, conditional breakpoints, a redesigned array editor for editing and graphing variables, and a new plotting interface...
http://homepage.mac.com/samchops/B733177502/C1647066619/E649021504/
Read 4 Reviews
(Added: Jun 15, 2005 Hits: 102 Rating: 0.00 Votes: 0)
Rate It
Review It
- refer.m
Find references to other functions in a file.
[NAMES,EXST] = REFER(FILE) Reads text from the file FILE, parses it for all legal names (excluding comments) and returns string matrix NAMES of function names NAMES used in the FILE and vector EXST - their exist status (from 1 to 5).
http://www.mathtools.net/files/net/refer.zip
(Added: Jul 22, 1999 Hits: 99 Rating: 0.00 Votes: 0)
Rate It
Review It
- XTargets - Unit Testing For Matlab
Unit Testing for Matlab. Powerfull and easy to use. The testing environment is managed from the Matlab web browser. With one click you run tests, inspect results, set break points, open the matlab editor to the exact failure line. Test files are very easy to write and follow a simple pattern.
http://xtargets.com/cms/com_docman/task,cat_view/gid,8/Itemid,21/
Read 1 Reviews
(Added: Nov 08, 2005 Hits: 98 Rating: 0.00 Votes: 0)
Rate It
Review It
- Matlab On NetBSD
Demonstrates how to run MATLAB on NetBSD/i386.
http://www.spg.tu-darmstadt.de/~hf/notes/matlab-on-netbsd.html
(Added: Jun 15, 2005 Hits: 91 Rating: 0.00 Votes: 0)
Rate It
Review It
- MATLAB at Literate Programs
LiteratePrograms is a unique wiki where every article is simultaneously a document and a piece of code that you can view, download, compile, and run by simply using the "download code" tab at the top of every article.
http://en.literateprograms.org/Special:Search?search=matlab&fulltext=Search
(Added: Hits: 73 Rating: 0.00 Votes: 0)
Rate It
Review It
|
|
Public Viewings and Use Policy for the MATLAB Central Link Exchange
NOTICE: This MATLAB Central portion of The MathWorks' site provides links to
other third-party World Wide Web sites or resources. If you visit one of these sites,
please note that we do not control their privacy pratices. Therefore we urge you to
learn about their privacy practices before leaving any information with them. The
MathWorks does not control the content posted on linked sites and, as such, does
not guarantee the accuarcy, integrity, or quality of such content. Read the complete Disclaimer prior to
use.
|
|