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

Executing software
Filter: All | Freeware | Demo
 

Executing

< 1 2 3 4 5 > 
Added: July 26, 2013 | Visits: 240

Sampling Of 2D Geometrical Object via Line Beams main executing reference usage: usage_SamplingOf2D_GeometricalObject_viaLineBeams.m---------------------------------------------------------------------------------For illustrative purposes the gridded plot is sampled by detection of line beam intersections of the edge and in-bound regions of the...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 307.2 KB Download (44): Sampling Of 2D Geometrical Object via Line Beams Download

Added: July 27, 2013 | Visits: 279

Importance of Image Phase Information Demo main executing reference usage: usage_phaseObserve.m---------------------------------------------------------------------------------The usage file separates the image amplitude and phase information via FFT, and interleaved the amplitude and phase of 2 images to reconstruct 2 images.It is...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 696.32 KB Download (40): Importance of Image Phase Information Demo Download

Added: June 02, 2013 | Visits: 402

Change 1 color to another of an image main executing reference usage: usage_change1colorOnRGB_ToAnother.mThe objective is to illustrate the remapping of 1 color to another of an image.* Caveat: For reference only.If the illustrative demo has more elegant presentation, please do not hesitate to suggest and send feedback to the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (44): Change 1 color to another of an image Download

Added: April 26, 2013 | Visits: 448

OverLaying Color Images main executing reference usage: usage_overlayColoredBorders_Images.mThe objective is to illustrate overlaying of 2 RGB images. Multiple images may be overlay 1 over the other as well.If the reference demo has a more elegant presentation, please do not hesitate to suggest and send feedback to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (42): OverLaying Color Images Download

Added: August 19, 2013 | Visits: 267

File Ordering Patch Utility for MATLAB main executing reference usage: usage_DisplaySelectedAllImagesOfaFileTypeFromDirectory.mMatlab file listing list the selected files in such order, which may cause some problems for certain bulk processing for benchmark applications.imageFiles...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 419.84 KB Download (43): File Ordering Patch Utility for MATLAB Download

Added: August 09, 2013 | Visits: 234

Benchmarking of 1 image verses repository of images main executing reference usage: usage_plotPSNR.mObjective:The utility demo illustrates an example of a benchmarking site when building a test-suite framework. The example compares an image with a repository of images by using PSNR.For referencing when considering building a framework or part of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 389.12 KB Download (49): Benchmarking of 1 image verses repository of images Download

Added: September 17, 2013 | Visits: 965

Sending reports and timestamped file by emailing main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2] usageTar_unTarFiles.mIllustrates 'zipping and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 768 KB Download (49): Sending reports and timestamped file by emailing Download

Added: May 26, 2013 | Visits: 130

Forming ray lines for plots main executing reference usage: usage_formRayLinesForPlots--------------------------------------------------------------------------------* Caveat: For educational reference only.For plotting outside the function, total number of sets is required to assist in breaking the [x y] into groups of sets.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 256 KB Download (44): Forming ray lines for plots Download

Added: April 21, 2013 | Visits: 404

Byte data format bits manipulation The objective is to provide sample utilities and demonstrate ascii character/ symbol convert to/ from byte formats of decimal, binary and hexadecimal.Format can also be recognized by isHexadecimal and isBinary functions. Bit shifting is performed.ALternatively, bitshift() can be used.main...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Byte data format bits manipulation Download

Added: June 21, 2013 | Visits: 237

Arrow Key Demo Rather than executing a command at every instance a key is pressed, a switch is activated inside a loop once a key is down and deactivated when the key is released. This creates, in this case, continuous smooth movement and the ability to recognise multiple key presses at once.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Arrow Key Demo Download

Added: July 19, 2013 | Visits: 205

Motif Finding main executing reference usage: operationMain.m---------------------------------------------------------------------------------======= Demo 1 : Combinatorial motif finding =======[Demo a] : Sample-based motif findingusage_MotifFinding.m % mode 1usage_MotifFinding_MemConstrainedVersion.m[Demo b]...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (45): Motif Finding Download

Added: July 05, 2013 | Visits: 221

Calculate Time Interval/ Difference main executing reference usage: usage_timeDifference.mSample output:The time interval between earierTime [09-Sep-1900 09:09:18] and laterTime [31-Oct-2010 23:33:08] is110 years, 79 days, 14 hours, 23 mins, 50.17 secs.The objective is to compute the time interval taking into account the leap days...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Calculate Time Interval/ Difference Download

Added: June 08, 2013 | Visits: 405

fprintf_r - Carriage Return without Linefeed Matlab function for doing a carriage return (without linefeed!) followed by some output using fprintf.This is useful, e.g. to replace the display of a counter i in the style:fprintf('r %f',i), because the r format is not working properly on windows systems.Input is a string s and a variable x...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): fprintf_r - Carriage Return without Linefeed Download

Added: September 09, 2013 | Visits: 219

Send Timed Alerts Over Email main executing reference usage: usage_alarm.mIllustrates the use and enhanced version of standalone alert.The objective is to illustrate the use of a timed alert with email notification.This subsumes an enhanced version of alarm (). The enhancement includes:1. Feature of clear all activity...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Send Timed Alerts Over Email Download

Added: July 31, 2013 | Visits: 326

Pause a long MATLAB run with a simple click Sometimes you create MATLAB functions that take ages to run (more than 10 minutes). You want to be able to pause every now and then, by clicking a "CTRL+P" or something like that, make sure all the values are ok, and then continue running from the same spot. If you tried "CTRL+C", you know it's...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Pause a long MATLAB run with a simple click Download

Added: June 06, 2013 | Visits: 273

Busy Dialog H = BUSYBAR('message', property, value, property, value, ...) creates and displays a dialog box displaying 'message'. The handle to the waitbar figure is returned in H. Optional arguments property and value allow to set corresponding waitbar figure properties.The dialog window is not closable,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Busy Dialog Download

Added: June 05, 2013 | Visits: 438

Print Graphics to a File PTF supports printing MATLAB graphics to a file while the following properties can be set to a desired value:file format & name,figure width/height,color/resolution/renderer,font name/size/style,line size.PTF -GUI starts a GUI in order to simplify the process of choosing the right properties and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (44): Print Graphics to a File Download

Added: June 22, 2013 | Visits: 333

Callback Stack Handy function to add/remove/append an arbitrary number of callbacks to an object (e.g. figure, axes, line, patch, surface, text, image, zoom, pan, rotate, ...).This function is extremely useful, if you write general purpose functions, which should be executed as object-callbacks without deleting...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Callback Stack Download

Added: June 14, 2013 | Visits: 533

AJAX Grid Manage Data This script can be used to manipulate MySQL database table records displayed in a HTML table.It displays a table with data from fields of a MySQL database table.The table can display links for sort the listing by the clicked column and also to execute actions such as insert a new record, update...


Platforms: PHP

License: Freeware Size: 51.2 KB Download (47): AJAX Grid Manage Data Download

Added: May 06, 2013 | Visits: 799

PHP MySQL databaser PHP MySQL databaser is a PHP script that can access and manipulate MySQL databases.Using PHP MySQL databaser can support connecting to a given MySQL database, running queries, executing INSERT queries from the given parameters, retrieving the list of tables, creating and dropping table.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): PHP MySQL databaser Download

< 1 2 3 4 5 >