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

Jacket Patches software
Filter: All | Freeware | Demo
 

Jacket Patches

< 1 2 3 4 5 
Added: August 19, 2013 | Visits: 576

Moving window standard deviation Occasionally I see a request for computation of a running, windowed standard deviation. This is easily accomplished using filter and the alternative formula for the standard deviation:std = sqrt((sum(x.^2) - n*xbar.^2)/(n-1)).Movingstd allows you to specify forward, backward or central windows of...



Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Moving window standard deviation Download

Added: March 31, 2013 | Visits: 427

fminsearch modifed for higher scale smooth function This modification of fminsearch solves an issue with this simplex implementation when the function to minimize is smooth at a high scale, but rough at a low scale, i.e. when plotted with the parameters axis being (?10,10), there is a clear global extremum, but when zoomed (-0.1,0.1), the function...





Platforms: Matlab

License: Freeware Size: 10 KB Download (48): fminsearch modifed for higher scale smooth function Download

Added: April 10, 2013 | Visits: 389

blockPlot - A block-like 3D drawer for binary masks This function creates a 3D stacked block drawing of a binary mask by drawing square patch objects at each face of the mask which borders empty space. It is similar to isosurface, and useful for visualizing a 3D binary mask in its entirety (with no interpolation as in isosurface).function...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): blockPlot - A block-like 3D drawer for binary masks Download

Added: April 07, 2013 | Visits: 354

Patch color selector This small tool selects colors for a number of patches so that no any neighboring pair of patches have the same color. The tool was motivated by representing clusters produced by k-means.http://www.mathworks.com/matlabcentral/fileexchange/19344It can also demonstrate the famous four color map...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Patch color selector Download

Added: April 24, 2013 | Visits: 299

ashape: a pedestrian alpha shape extractor ASHAPE is a simple wrapper for ASLIB, which implements several (optimized) subroutines to extract and display 2d alpha shapes and alpha patches from a set of x/y data pointsASLIB returns a structure, which contains all relevant parameters, data and results including graphics handles to plotted...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (44): ashape: a pedestrian alpha shape extractor Download

Added: July 26, 2013 | Visits: 422

Patches to allow Web Services with the Anritsu Signature These 2 files fix the MATLAB Web Services interface in R14SP2 to allow communication with the Anritsu Siganture High Performance Signal Analyzer. Instructions for use are included in the archive.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Patches to allow Web Services with the Anritsu Signature Download

Added: April 22, 2013 | Visits: 348

SonnetLab Antenna Array Demo The attached ZIP file contains a demonstration of the flexibility of the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.This example will plot the antenna pattern for a series of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): SonnetLab Antenna Array Demo Download

Added: April 30, 2013 | Visits: 322

Simple Digital Clock Uses the inbuilt clock function to get the system time. Using this, some conditional statements are used to determine what sections of the display need to be fully coloured in in order to display the correct digits. The display is created using patches and the sections of the digits are switched...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Simple Digital Clock Download

Added: June 18, 2013 | Visits: 263

Smooth Triangulated Mesh This function smooths a triangulated Mesh / Patch.Supports accurate curvature flow smoothing. Which smooths in the direction of the normal keeping the edge ratio's the same.Also supports Laplacian smoothing with inverse vertice-distance based umbrella weights, making the edge lengths more...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Smooth Triangulated Mesh Download

Added: August 26, 2013 | Visits: 417

rgb2cm - Fix RGB color data in Painter's mode Workaround for patches only for the warning: RGB color data not yet supported in Painter's modePainter's mode rendering is required for copying a figure to the clipboard as an EMF (vector format) or printing to vector-format files such as PDF and EPS. However, if the colours of any patches in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): rgb2cm - Fix RGB color data in Painter's mode Download

Added: July 24, 2013 | Visits: 302

Tools for generating and playing video realtime Generation of video in matlab, with the means of playing it realtime in a separte thread via VLCThis is done with perceptual studies especially in mind.The function generateMotionStimulus shows the principle of making proper motion based stimulus without bias stemming from the discrete nature of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Tools for generating and playing video realtime Download

Added: July 22, 2013 | Visits: 404

Nuke Patched for Scripts This is a project that attempts to make PHP-Nuke more secure by adding validation to all variables.All sec-fix patches have been incorporated into these. Unless stated these are not full PHP-Nuke packages, only modified files are included.


Platforms: PHP

License: Freeware Size: 614.4 KB Download (39): Nuke Patched for Scripts Download

Added: June 04, 2013 | Visits: 444

Blog:CMS to NucleusCMS Conversion Tools A while ago it became apparent that Blog:CMS would not always do the job for everyone (if anyone). As it is only a branch of NucleusCMS (lacking some of the better new features like stability) and as it retains reasonable backwards compatibility it makes sense to create a convert tool.Since...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): Blog:CMS to NucleusCMS Conversion Tools Download

Added: September 12, 2013 | Visits: 420

CD gallery Changes gallery thumbneils to CD jacket image.Installation : 1. Upload all files under repository to the /wp-content/plugins/cd_gallery/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Write [cd_gallery] in your article. You can use like '[gallery]'. Options are same...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): CD gallery Download

Added: August 24, 2013 | Visits: 294

KML Parser (Scripts ) A KML Parser for the Feed API module.KML, or Keyhole Markup Language, is an XML dialect for capturing geographic features and their metadata. It is an Open Geospatial Consortium (OGC) standard, and is very popular format for exchanging location data on the web.This module provides parsing...


Platforms: PHP

License: Freeware Size: 61.44 KB Download (45): KML Parser (Scripts ) Download

Added: August 05, 2013 | Visits: 314

Media: SoundCloud This provides support for SoundCloud to Embedded Media Field.This module is the code originally posted at #520624: add a link to Sound Cloud provider for Embedded Audio Field. It is only basically maintained (ie, patches will be reviewed and committed). If you want to offer to co-maintain it,...


Platforms: PHP

License: Freeware Size: 10 KB Download (48): Media: SoundCloud Download

Added: December 10, 2013 | Visits: 1.058

EvE Online IGB Script The script can be accessed only from the InGame browser in EvE Online.Changes can be made by using SVN patches.


Platforms: PHP

License: Freeware Size: 30.72 KB Download (63): EvE Online IGB Script Download

Added: April 09, 2013 | Visits: 270

Dreditor Awesome user scripts for drupal.org going on here. This is no Drupal module, and you can only install the script in your browser.Use the issue queue for patches. Use IRC for discussion.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (39): Dreditor Download

Added: July 06, 2013 | Visits: 447

FedEx Shipping Quotes for Ubercart Shipping quote module for Ubercart that uses the FedEx Web Services API to get rate quotes directly from the FedEx server.This module requires PHP 5 built with the SOAP extension enabled (--enable-soap).Detailed information about requirements, limitations, installation, troubleshooting, etc. are...


Platforms: PHP

License: Freeware Size: 112.64 KB Download (41): FedEx Shipping Quotes for Ubercart Download

Added: April 28, 2013 | Visits: 310

Drush Make Drush make is an extension to drush that can create a ready-to-use drupal site, pulling sources from various locations. It does this by parsing a flat text file (similar to a drupal .info file) and downloading the sources it describes. In practical terms, this means that it is possible to...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (46): Drush Make Download

< 1 2 3 4 5