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

Carrot On A Stick software
Filter: All | Freeware | Demo
 

Carrot On A Stick

< 1 2 3 4 5 > 
Added: September 07, 2013 | Visits: 547

number plate segmentation of a car this matlab code will executes that the whole numbers on a number plate of a car can be segmented,just by modifying the available code using or operation in the labelling



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): number plate segmentation of a car Download

Added: June 06, 2013 | Visits: 393

Time-Varying EEG Connectivity: A Time-Frequency Approach This package performs time-varying connectivity analysis on a simulated data and a newborn EEG sample. Two time-frequency methods (short-time approach as well as Adaptive AR modelling) have been utilized to extract time-varying Partial Directed Coherence (PDC) and Directed Transfer Function (DTF)...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 337.92 KB Download (45): Time-Varying EEG Connectivity: A Time-Frequency Approach Download

Added: April 18, 2013 | Visits: 456

gridLegend - a multi column format for legends On a plot with a lot of traces the standard legend will often scroll off the bottom or the side of the figure, this function is intended to overcome this by allowing the user to define a multi column format for the legend.Usage :legHdl =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): gridLegend - a multi column format for legends Download

Added: April 08, 2013 | Visits: 417

Least squares fit of a rectangle to a given shape/boundary % Based on - A simple method for fitting of bounding rectangle to closed regions - D. Chaudhuri a , A. Samal b.% fit_rectangle - Function provides a least squares fit to the% given boundary points of an object of unknown shape.%% Inputs - Boundary elements that must be a Nx2 array. (atleast 3...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Least squares fit of a rectangle to a given shape/boundary Download

Added: July 25, 2013 | Visits: 460

Circle/ellipse on RGB image Draws a circle or ellipse on a RGB image.can be used to insert circles into movies.Includes a little animation demo that demonstrates the use.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Circle/ellipse on RGB image Download

Added: June 03, 2013 | Visits: 342

Variability: a non-parametric measure This technique simply calculates variation based on a comparison of all abundances in a time series, and is free of assumptions of an underlying 'normal' distribution. It is more robust that the coefficient of variation CV and/or the standard deviation of log transformed abundances SDL, it is not...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Variability: a non-parametric measure Download

Added: August 05, 2013 | Visits: 265

Colored Area on a Curved Surface In material science curved surfaces may be heated due to study thermal flow.Here a simple image is projected on top of the peaks surface and the red are is measured in square pixels. Deaunay is used to create triangles whos area is summed up, if the color criteria is met.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 133.12 KB Download (39): Colored Area on a Curved Surface Download

Added: April 01, 2013 | Visits: 436

Three-Phase On-Line Tap Changing Regulating Transformer This demo illustrates use of both SimPowerSystems and Simscape to model a On-Load Tap Changing (OLTC) 120/25 kV transformer regulating voltage on a three-phase 25-kV distribution network.The demo is similar to the power_OLTCregtransformer demo of SimPowerSystems. However, instead of using...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): Three-Phase On-Line Tap Changing Regulating Transformer Download

Added: June 01, 2013 | Visits: 379

Fit Logistic Curve to a Data Set The method used in this work is based on a tutorial by David Arnold. http://online.redwoods.cc.ca.us/instruct/darnold/diffeq/logistic/logistic.pdfRUN The Logistic.m this will bring up the GUI.1. Give the x values on a text file in column format2. Give the y values on a text file in col format3....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Fit Logistic Curve to a Data Set Download

textborder - Higher contrast text using a 1-pixel-thick border This function draws text on a figure with a 1-pixel-thick border, which may be useful when simple text would be hard to read due to low contrast.TEXTBORDER(X, Y, STRING)Creates text on the current figure with a one-pixel border around it. The default colors are white text on a black border, which...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): textborder - Higher contrast text using a 1-pixel-thick border Download

Calculate final dates in time series created on general steps The zip files contains four files for date management on a time series created based on general steps. It was a quite useful in my PhD for time series. The scripts allow for finding a final date in a time series knowing only the initial date and the number of days. Also for creating a list of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Calculate final dates in time series created on general steps Download

Added: April 27, 2013 | Visits: 463

Interactive regression on a plot Plot data in a figure, and then interactively choose regression area. The result from polyfit is returned.Example:x=1:1:10;y=sin(x);f=figure; plot( x,y );[p,h] = figreg( f, 2 );%fit a second order polynom to selected region in plot


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Interactive regression on a plot Download

Added: May 02, 2013 | Visits: 395

Multiple Signal Routing to a Single-Axed Scope A simple circuit to illustrate how to display multiple signals on a scope display with only 1 axe using the 'Mux Block' function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (39): Multiple Signal Routing to a Single-Axed Scope Download

blurFigure - blurs and prevents interaction on a figure window blurFigure(hFig) blurs figure hFig and prevents interaction with it. The only interaction possible is with user-created controls on the blurring panel (see below). hFigBlur = blurFigure(hFig) returns the overlaid blurred figure pane. This is useful to present a progress bar or other GUI...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): blurFigure - blurs and prevents interaction on a figure window Download

Added: April 17, 2013 | Visits: 284

Plot Intensity on Sphere PlotSphereIntensity(azimuth, elevation)PlotSphereIntensity(azimuth, elevation, intensity)h = PlotSphereIntensity(...)Plots the intensity (as color) of a number of points on a unit sphere.Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Plot Intensity on Sphere Download

Added: April 23, 2013 | Visits: 398

GUI Tool for picking a font This tool can be used to visually see all the fonts available on a computer system. It helps you to select a font for your GUI. More important, if you are programming GUI in MATLAB 6.0 and 6.5 using its GUI development tool GUIDE and having problems with font, this tool can help you pick a font...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): GUI Tool for picking a font Download

Added: June 02, 2013 | Visits: 318

PLACING IMAGE ON A BUTTON Program that tag with image a push button in a GUI.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 133.12 KB Download (46): PLACING IMAGE ON A BUTTON Download

Added: August 12, 2013 | Visits: 401

a new way to tab for GUIDE When you want to put a set of components in a particular tab, just place them all on a panel. Position the panel the way you want it and then write down the position that you want to place it in. When you want to work with another tab, just create an new panel. To make the panels you don't want...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): a new way to tab for GUIDE Download

Added: August 03, 2013 | Visits: 329

mofo - a microformat parser Mofo is a fast and simple microformat parser, based on a concise DSL and Hpricot.


Platforms: Ruby

License: Freeware Size: 133.12 KB Download (43): mofo - a microformat parser Download

Added: June 13, 2013 | Visits: 353

Wave on a String Watch a string vibrate in slow motion. Wiggle the end of the string and make waves, or adjust the frequency and amplitude of an oscillator. Adjust the damping and tension. The end can be fixed, loose, or open.


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 368.64 KB Download (38): Wave on a String Download

< 1 2 3 4 5 >