Software Listing: R2006b
- Binary Puzzle
- License: Shareware

To solve the puzzle: You must get all of the buttons to light up (turn white) Click the (gray/white) buttons to try turning them on/off ... the buttons will only turn on/off in a specific pattern that you will have to discover as you go (Hint: this game is not called Binary Puzzle for nothing) You will know you are a master of the puzzle when you reach the minimum number of clicks possible at each level: N Clicks 3 5 4 10 5 21 6 42 7 85 8 170 9 341 10 682 Other Controls: Click the (blue) up/down buttons to increase or decrease the number of buttons in the puzzle Click the (yellow) 'H' to view the help notes Examples: >> binpuzzle; %creates the default puzzle (5 buttons) >> binpuzzle(8); %creates the puzzle with 8 buttons Note: In MATLAB Release R2007a, the PATCH function does not always respond properly to...
- Publisher: Joseph Kirk
- Date: 24-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- ps2pdf
- License: Shareware

Converts a postscript file into PDF. The resulting PDF file will contain one page for each page defined in the postscript file, so a multi-page postscript file, like those generated by using the '-append' option of MATLAB's print command, can be used to generate a multi-page PDF file. Works with the version of Ghostscript shipped with MATLAB, if found, or with a user-specified version. Also works with older MATLAB versions, such as R2006b..
- Publisher: Richard Quist
- Date: 18-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DSP Code Verification using UDP
- License: Freeware
- Price: 0.00

In this document I show how to verify the functionality of your DSP code via processor in-the-loop (PIL) co-simulation using Simulink?s UDP (user datagram protocol) blocks. These blocks are a new addition to the R2006b release of Simulink. This example is an extension of a previous example which was based on using Texas Instrument?s RTDX (real-time data exchange) instead of UDP. Conceptually you can replace the acronym ?RTDX? in that document with the acronym ?UDP? and you would have this document. In practical terms however there is more to it than just replacing RTDX blocks with UDP blocks and pressing build or play.
- Publisher: Kerry Schutz
- Date: 10-04-2013
- Size: 1772 KB
- Platform: Matlab, Scripts
- SeisLab
- License: Freeware
- Price: 0.00

A set of 140 functions (plus support functions called by them) for analysis and display of exploration-seismic data and well logs. These functions read and write seismic data in standard SEG-Y format, read and write well logs in LAS-format 2.0, and perform many of the manipulations usually performed on these data types. They use standardized structures to represent seismic data and well data and thus allow simple concatenation of function calls. The functions come with a manual in PDF format and scripts with examples. Several versions of Matlab were released during their development. Presently, I run them under R2006b but I try to keep them compatible with R12 and use version-specific code to handle incompatibilities between this and previous Matlab versions that I happen to find.
- Publisher: Eike Rietsch
- Date: 07-03-2013
- Size: 1628 KB
- Platform: Matlab, Scripts
- Using MathWorks Tools to Apply Model-Based Design for DO-178B Applications
- License: Shareware

This example demonstrates the use of The MathWorks product family to apply Model-Based Design in the development of applications that may be certified using DO-178B or ARP-4754 standards. This example will step through the complete software development and verification lifecycle demonstrating how to apply The MathWorks products during the entire lifecycle. Extract the contents of the ZIP-file (autopilot_R2006b.zip) to a directory and open up the file do178b_demo.html for an overview. The models and the reports generated are available in the ZIP-file. The example is linked to the recorded webinar describing the workflow of applying Model-Based Design to generate code that must meet the objectives of DO-178B for certification available here: http://www.
- Publisher: Vinod Cherian
- Date: 11-01-2013
- Size: 2621 KB
- Platform: Matlab, Scripts
- MatlabBGL
- License: Shareware

The MatlabBGL library fills a hole in Matlab's suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab's native sparse matrix type as a graph and provides algorithms that work The algorithms included are Searching: breadth first search,depth first search, and astar (A*) search Shortest Path Algorithms: Dijkstra's algorithm, the Bellman-Ford algorithm, Johnson's algorithm, and the Floyd-Warshall algorithm. Minimum Spanning Trees: Prim's algorithm and Kruskal's algorithm. Components: strongly connected components and biconnected components (and articulation points).
- Publisher: David Gleich
- Date: 24-02-2013
- Size: 8929 KB
- Platform: Matlab, Scripts
- Define/Undefine Constants
- License: Freeware
- Price: 0.00

these two functions define and undefine variable constants like the #define preprocessor command in C. No global variables are used. Tested on R2006b See help for each file.
- Publisher: Ruben Faibish
- Date: 04-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Task execution profiling kit for Real-Time Workshop targets
- License: Shareware

This download includes utilities, example code and documentation. The documentation explains how to implement task execution profiling on a custom target, using utilities provided with Real-Time Workshop™. These utilities allow you to record execution profiling data, and automatically generate reports and graphics analysing the task execution profile. The utilities described here are for use with R2006b and require Real-Time Workshop; Real-Time Workshop Embedded Coder is optional..
- Publisher: David Maclay
- Date: 26-02-2013
- Size: 92 KB
- Platform: Matlab, Scripts
- UNINIT - Create an uninitialized variable (like ZEROS but faster)
- License: Shareware

UNINIT is very similar to the ZEROS function, except that UNINIT returns an uninitialized array instead of a zero-filled array. Thus, UNINIT is faster than the ZEROS function for large size arrays. Since the return variable is uninitialized, the user must take care to assign values to the elements before using them. UNINIT is useful for preallocation of an array where you know the elements will be assigned values before using them. Syntax (nearly identical to the ZEROS function) B = uninit B = uninit(n) B = uninit(m,n) B = uninit([m n]) B = uninit(m,n,p,...) B = uninit([m n p ...]) B = uninit(size(A)) B = uninit(m, n,.
- Publisher: James Tursa
- Date: 02-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- bufferm2
- License: Shareware

This function was originally designed as a replacement for the Mapping Toolbox function bufferm, which calculates a buffer zone around a polygon. The original bufferm function had some serious bugs that could result in incorrect buffer results and/or errors, and was also very slow. As of R2006b, those bugs have been fixed in bufferm.m. However, this version still maintains a few advantages over the original: - Can be applied to polygons in either geographical space (as in bufferm) or in cartesian coordinates. - Better treatment of polygon holes. The original function simply filled in all holes; this version trims or pads holes according to the buffer width given.
- Publisher: Kelly Kearney
- Date: 07-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Image: Select ROI
- License: Shareware

This functions displays GUI for selecting square or rectangular part of the input image IMG. To perform selection user must click mouse twice: at two corners of the selection area. User can change the shape at any moment, even when first point is set, unless it is not forbidden by additional parameters. Use also cam change the way the selection area is calculated from the two selected points. Depending on the combination of the shape and mode it could be: -------------------------------------------------------------------------- Shape Mode Result - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Rectangle Free Rectangle with one corner at first point (P1) and another corner at second point (P2).
- Publisher: Andriy Nych
- Date: 23-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
Page: 1 |







