| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 30 Jan 2009 | GIF Player This function will display the animated GIF's in the figure window | Troy | I was going to use this to display a loading icon, which works fine if I put a break point in the code. The problem is that it freezes when the rest of the code executes. Is there a way to make it work in parallel? Thanks |
|
| 15 Jan 2009 | Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition | Rehman, Yawar | ||
| 06 Jan 2009 | Restore previous working directory on MATLAB Startup This simple program will restore the last working directory on resuming MATLAB | Köhler, Andreas | I made the following modification to finish.m such that my startup.m - which already contains important data - is not overwritten: %%%%%%% finish.m %%%%%%
% figure out where to put restorewd script
fid = fopen(fullfile(pathstr,'restorewd.m'),'wt');%open file for writing
Now, create or append to your existing startup.m: if exist('restorewd')==2
|
|
| 29 Oct 2008 | Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition | Patil, Vihang | Samuel. This program is developed in R2006b, a version which is much more newer than the one you are using Matlab6p5. You will need to update your software to atleast R2006b or higher |
|
| 09 Oct 2008 | Machine Vision System - Color Recognition This gui is a demonstration on the concept of machine vision system for color recognition | Sam, Samuel | I execute eyekon but encountered the following errors: ??? Error using ==> load
See FILEFORMATS for a list of known file types and the functions used to read them. Error in ==> C:\MATLAB6p5\toolbox\matlab\iofun\hgload.m
Error in ==> C:\MATLAB6p5\toolbox\matlab\graphics\openfig.m
Error in ==> C:\MATLAB6p5\toolbox\matlab\uitools\gui_mainfcn.m (local_openfig)
Error in ==> C:\MATLAB6p5\toolbox\matlab\uitools\gui_mainfcn.m
Error in ==> C:\MATLAB6p5\work\maingui.m
Error in ==> C:\MATLAB6p5\work\eyekon.m
Can you tell me what's wrong with my configuration. Thanks! |
|
| 23 Jan 2008 | Program to generate applications which are time bound/evaluation Create stand alone application which is time bound to distriute for demo purposes. | Shvorob, Dimitri | Ok, call me ungrateful, but submitting closed-source code.. :( |
|
| 15 Jan 2008 | Program to generate applications which are time bound/evaluation Create stand alone application which is time bound to distriute for demo purposes. | LOTR, Shadowfax | Works as claimed but would be interesting to know how it works.
|
|
| 14 Dec 2007 | GIF Player This function will display the animated GIF's in the figure window | Hopkins, John | Nice Utility. |
|
| 14 Dec 2007 | GIF Player This function will display the animated GIF's in the figure window | Gandhi, Rahul | This is what I wanted |
|
| 25 Nov 2006 | Magic!!!. Guesses the number in your mind!! This game will guess the number in your mind. Its Magic!! | Cheilakos, Nick | Ok you take a magic trik and make it m- file. The only good word i can say is for the gui |
|
| 18 Oct 2006 | GIF Player This function will display the animated GIF's in the figure window | Patil, Vihang | Thanks Jos
|
|
| 18 Oct 2006 | Magic!!!. Guesses the number in your mind!! This game will guess the number in your mind. Its Magic!! | D'Errico, John | This no longer requires the image processing toolbox - thanks for removing that impediment for any users. I don't know how to rate this. Purely as a game, no, this is not a difficult game to play. On the other hand, the author has built a nice gui interface (that made me smile.) In terms of how the interface works, this submission probably merits a 5. |
|
| 18 Oct 2006 | GIF Player This function will display the animated GIF's in the figure window | x@y.z, Jos | That you created this in a hurry, does not mean that you have to post it directly. The FEX can wait ... The use of appdata should be avoided.
|
|
| 16 Oct 2006 | Magic!!!. Guesses the number in your mind!! This game will guess the number in your mind. Its Magic!! | D'Errico, John | When your code uses a specific toolbox, AS THIS ONE DOES, please flag that fact when you submit the file. This code uses the image processing toolbox, for no terribly important reason. |
|
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com