| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 22 Oct 2009 | Learn Basic Plotting Principles Powerpoint Slides on the fundamentals of plotting and using the function line() with animation. | Aldahiyat, Husam | Hi Darren,
Thank you for your suggestion; I will include the example m files in the next update. |
|
| 10 Aug 2009 | Digital Guitar Tuner This program plays the fundamental guitar strings sounds so that one could tune the respective guita | Aldahiyat, Husam | ||
| 10 Jul 2009 | Google(R) Translate Translates a string between languages using Google(R)'s Language API. | Aldahiyat, Husam | Nice one. |
|
| 08 Jul 2009 | RGB triple of color name, version 2 Returns a Matlab RGB color specifier corresponding to a given color name (139 colors supported). | Aldahiyat, Husam | Amaaazing! |
|
| 01 Jul 2009 | POKER PREDICTOR A Texas Holdem Poker Probability and Odds calculator. Fast, accurate and free. | Aldahiyat, Husam | ||
| 22 Jun 2009 | General Least Squares Regression Multi Dimensional Multivariable Least Squares Regression | Aldahiyat, Husam | You're right, this is due to the new MUPAD engine. On MATLAB versions earlier than the MuPad era the code should work fine. I will try to fix this problem as soon as possible. |
|
| 09 Jun 2009 | Robotics this code draws 16 robot that the user select. the original drawings were made using ProE. | Aldahiyat, Husam | Love this code! Too bad you got a B, hehe :) |
|
| 13 Mar 2009 | General Least Squares Regression Multi Dimensional Multivariable Least Squares Regression | Aldahiyat, Husam | If you liked this submission please rate it! :) |
|
| 12 Mar 2009 | CAD2MATDEMO.M 3D CAD data to MATLAB Converter, CAD STL to MATLAB Patch. | Aldahiyat, Husam | ||
| 06 Mar 2009 | Graphical Simulation of an Elevator Graphical Simulation of an Elevator and its passengers. | Aldahiyat, Husam | The model on my computer has everything you mentioned plus more (two elevator shafts, tabulated results), but there's no need to submit it here because the working principle is the same. Putting the basic program here would make it easier to learn (less comments and lines of code to read,plus it's basically simpler). If you were joking, then you'd edit the rating, no? ;) |
|
| 05 Mar 2009 | Graphical Simulation of an Elevator Graphical Simulation of an Elevator and its passengers. | Aldahiyat, Husam | It's a simple model that can be built upon. The purpose is pure educational (read: comments). |
|
| 02 Mar 2009 | FindJObj - find java handles of Matlab graphic objects Find java objects contained within a specified java container or Matlab GUI handle | Aldahiyat, Husam | ||
| 25 Feb 2009 | Bouncing Smiley Face Exaggerated and somewhat cartoonish simulation of the physics of a bouncing smiley face. | Aldahiyat, Husam | Wow, too easy. Thanks. |
|
| 24 Feb 2009 | Bouncing Smiley Face Exaggerated and somewhat cartoonish simulation of the physics of a bouncing smiley face. | Aldahiyat, Husam | Ah, sorry about that. Will send an update that brings notice to this. Also, you're to be mentioned as inspiration in the code. Forgot to include that in before. As for getting around the problem, I don't think there's a simple way to do it, so anyone without the Image Processing Toolbox should comment out lines 278 and 282. The result is missing out on the smiley face bit altogether. |
|
| 23 Feb 2009 | passcode PASSCODE creates a modal dialog box that returns user password input like in usual Windows dialogs. | Aldahiyat, Husam | ||
| 14 Feb 2009 | Theme from Super Mario Brothers Song plays the Super Mario Brothers theme song. | Aldahiyat, Husam | Unbelievable! |
|
| 13 Feb 2009 | Suppress Command Window This program will suppress the command window for compiled programs. | Aldahiyat, Husam | Useful and easy to use. |
|
| 11 Feb 2009 | Bouncing Ball Physics Fun Graphical User Interface that simulates the simplified physics of a ball bouncing off the ground | Aldahiyat, Husam | The program didn't specify which Universe its physics laws adhered to. |
|
| 11 Feb 2009 | Bouncing Ball Physics Fun Graphical User Interface that simulates the simplified physics of a ball bouncing off the ground | Aldahiyat, Husam | Maybe you have an old version of MATLAB or something, because a ball with initial Y velocity of 0 and gravity of 9.8 will go down. This is the last time I'm reposting this ;) |
|
| 11 Feb 2009 | Bouncing Ball Physics Fun Graphical User Interface that simulates the simplified physics of a ball bouncing off the ground | Aldahiyat, Husam | Marco:
ed2=0 & ed3=100 --> the ball go down and go up over the start horizontal reference
ed2=100 ed3=100 --> the ball go down and go up over the start horizontal reference
Start condition: ed2=0 & ed3=1 --> the ball stay up
Anyway, I thought the whole point of this program was to show off a short code that produces a fun animation of some bouncing around. With that in mind, I'm adding some new features; smiley face colour, simple deformation, and spinning. |
|
| 11 Feb 2009 | Fill corners of rotated image Rotate image without making black edges. | Aldahiyat, Husam | ||
| 11 Feb 2009 | Bouncing Ball Physics Fun Graphical User Interface that simulates the simplified physics of a ball bouncing off the ground | Aldahiyat, Husam | Thanks for the comments.
Friction -> Horizontal Speed Conservation
I believe this was the problem since in reality increasing friction would make the ball travel a shorter distance while in the GUI it was the opposite case. It was made this way deliberately but the choice of wording was inappropiate. Please check the updated version to see if your questions were met. |
|
| 11 Feb 2009 | Variable Precision Integer Arithmetic Arithmetic with integers of fully arbitrary size. Arrays and vectors of vpi numbers are supported. | Aldahiyat, Husam | vpi2english is the icing on the cake. |
|
| 10 Feb 2009 | PLACING IMAGE ON A BUTTON Program that tag with image a push button in a GUI | Aldahiyat, Husam | ||
| 10 Feb 2009 | SERVO MOTOR CONTROL CONTROL SERVO MOTORS USING MATLAB AND PIC 16F628A | Aldahiyat, Husam | ||
| 10 Feb 2009 | round2 Round input to nearest multiple of arbitrary value. | Aldahiyat, Husam | ||
| 10 Feb 2009 | Quadratic Equation Calculator Quadratic Equation Calculator | Aldahiyat, Husam | While you do that why not add more features, like roots of a function regardless of its order or something else. You can use the MATLAB function roots which will help immensly. Currently, even if you fix these mistakes, it's still very bare bones and needs more features. |
|
| 09 Feb 2009 | Quadratic Equation Calculator Quadratic Equation Calculator | Aldahiyat, Husam | Enter [3 5 2] as values for [A B C] and you'll get messed up results. Same for [2 5 2]. |
|
| 09 Feb 2009 | Tetris for Dummies Tetris with easy code layout and extensive comments. | Aldahiyat, Husam | Thanks for the comment it means a lot. Most of the files I've submitted have no H1 line and proper help, but I'm updating them soon. |
|
| 09 Feb 2009 | Tetris for Dummies Tetris with easy code layout and extensive comments. | Aldahiyat, Husam | Sigh.
|
|
| 07 Feb 2009 | plt An alternative to plot and plotyy optimized for data exploration | Aldahiyat, Husam | No virus in sight. |
|
| 06 Feb 2009 | Fit a spline to noisy data Fit a spline to noisy data. | Aldahiyat, Husam | Good I guess. |
|
| 06 Feb 2009 | Tennis Fairly detailed simulation of a tennis ball flight and bounce. | Aldahiyat, Husam | ||
| 06 Feb 2009 | CIRCULANT (v2.0, feb 2009) (yet another, but fast) Circulent Matrix | Aldahiyat, Husam | Wow. |
|
| 04 Feb 2009 | sym2str Converts symbolic variables to matlab strings using array opperations. | Aldahiyat, Husam | Great code, but the example is a bit weird. |
|
| 04 Feb 2009 | Tetris for Dummies Tetris with easy code layout and extensive comments. | Aldahiyat, Husam | Please elaborate on that accusation. By the way, and this is completely unrelated, I had tried twice to give that particular file an acknowledgment, but the update wouldn't go through. |
|
| 03 Feb 2009 | anymate Animate Handle Graphics objects | Aldahiyat, Husam | Love this! |
|
| 03 Feb 2009 | HANDBOOK OF GRAPHICAL USER INTERFACE (Spanish!) GUIDE Tips... and examples! ¡Está en español! | Aldahiyat, Husam | Title and description misleading. Says nothing about not being in English. |
|
| 02 Feb 2009 | Circulant matrix The circulant matrix generated from a vector as the first row (or first column) | Aldahiyat, Husam | Why no use try/catch for the bsxfun thing? |
|
| 02 Feb 2009 | Circular Matrix computation Commodity function for building a circulant matrix given a vector | Aldahiyat, Husam | Don't listen to these elitists.
|
|
| 01 Feb 2009 | mpeg compression Mpeg compression | Aldahiyat, Husam | ||
| 31 Jan 2009 | N_PERMUTE_K All possible permutations of the elements of set N, taken K at a time, with repetition. | Aldahiyat, Husam | Very helpful. |
|
| 31 Jan 2009 | MATLAB Earthquake Randomly Vibrates Graphical Objects | Aldahiyat, Husam | Anotherupdate has been sent. Improvements are: - New option of confining vibration to current screen/figure
|
|
| 29 Jan 2009 | Seconds to hours, minutes, seconds Converts a time in seconds to a time in hours, minutes and seconds. | Aldahiyat, Husam | Name is too long; have to manually change it to s2hms.
|
|
| 29 Jan 2009 | Forbidden Donut Favorite FEX contribution of Homer Simpson | Aldahiyat, Husam | ||
| 29 Jan 2009 | MATLAB Earthquake Randomly Vibrates Graphical Objects | Aldahiyat, Husam | I've sent an update with the following changes: - Added H1 Line with the word 'earthquake' in it.
Please download the updated version and adjust your rating. By the way this tool can be used in a lot of ways, of which are: - Vibrating a button or uicontrol as a form of error (like the example)
|
|
| 07 Jan 2009 | Cam Simulator Given a set of motion programs this interface plots the cam profile and rotates it. | Aldahiyat, Husam | Thanks for the comment. >I need to ask you a few question:
>Does it computes the profile for roller follower?
>At the end a few possible improvement:
>You can also includes the detachement problem which is very useffull for high frequency cams.
>Please insert a better documentation on how to use use this beatiful utilitie. I took 20 minutes to understand how to start!!!!
Thanks again for giving your opinion. |
|
| 03 Jan 2009 | Rubik Snake Rubik Snake toy graphic and simulation. | Aldahiyat, Husam | Amazing, and easy to learn too. |
|
| 02 Jan 2009 | magnify Turns the mouse into a pop-up magnifying glass to look at details of 2D plots. | Aldahiyat, Husam | Superb, etc. |
|
| 02 Dec 2008 | Forbidden Donut Favorite FEX contribution of Homer Simpson | Aldahiyat, Husam | ||
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