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

Specifies software
Filter: All | Freeware | Demo
 

Specifies

< 1 2 3 4 5 > 
Added: April 21, 2013 | Visits: 338

structdlg ANSWER = STRUCTDLG(S) creates a modal dialog box that returns user input for multiple prompts in the struct ANSWER. S is the default struct. Each prompt string will inherit the S' fields name.ANSWER will be the same struct as S except for fields of type "cell array of string" that will be... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): structdlg Download

Example: Making and debugging mex with Visual Studio 2005 and Matlab 2007b I saw that there was no simple example on who to use MS Visual Studio 2005 to make and debug Matlab mex files.The solution added has a readme.txt that specifies filepaths that must be changed to make it work on your PC. Platforms: Matlab


Added: August 26, 2013 | Visits: 327

random number generator for linear distribution Return random variable(s) with linear distribution within [0,1] and 0 outside; m specifies the slopeIn other wordP(x)= mx+b if 0 Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): random number generator for linear distribution Download

Added: August 09, 2013 | Visits: 542

GUI for cropping multiple areas from image User selects left top corner of areas to be cropped from image. Then user specifies size. Cropped areas are saved and displayed. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): GUI for cropping multiple areas from image Download

Added: June 19, 2013 | Visits: 259

showMaskAsOverlay Easily create transparent overlays from binary masks of your images. Manage the masks, modify opacities and colors, show multiple masks. It's easy!Operates on the current image, unless an optional argument specifies an axes containing an image. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): showMaskAsOverlay Download

Added: July 05, 2013 | Visits: 235

fractree.m Script to draw fractal trees generated from a given angle, distance factor and 'number of branches'.'number of branches' - indicates how many child branches are born from each parent branch. 'angle' - determines how far each child branch leans away from its parent branch.'distance factor' -... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): fractree.m Download

Added: June 09, 2013 | Visits: 421

Kernel Bandwidth Optimization function [optW, C, W] = sskernel(x,W,str)% [optW, C, W] = sskernel(x,W,str)%% Function `sskernel' returns an optimal bandwidth (standard deviation)% of the Gauss density function used in kernel density estimation.% Optimization principle is to minimize expected L2 loss function between% the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Kernel Bandwidth Optimization Download

Added: September 05, 2013 | Visits: 323

acfplot.m acfplot calls autocov() to compute an extimate of the autocorrelation function (acf) of the input vector Y, and then plots the acf with the time axis labeled in units of either seconds or ms. Note: This function does not use the Statistics Toolbox.Syntax:acf= acfplot(Y, Fs, maxlag, titlestr)Y is... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): acfplot.m Download

Added: May 03, 2013 | Visits: 260

Fast Loop mesh subdivision Usage: [mfRefinedMesh, mnTriangulation] = LoopSubdivisionLimited( mfMeshPoints, mnTriangulation, fMinResolution, vbBoundaryEdges)This function sub-divides surface meshes, using the Loop subdivision algorithm [1]. This algorithm is based on B-spline curve continuity, leading to good... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Fast Loop mesh subdivision Download

Added: July 13, 2013 | Visits: 256

STRJOIN Syntax S = strjoin(C) S = strjoin(C, separator) Description S = strjoin(C) takes an array C and returns a string S which concatenates array elements with comma. C can be a cell array of strings, a character array, or a numeric array. If C is a matrix, it is first flattened to get an array and... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): STRJOIN Download

Added: September 04, 2013 | Visits: 315

save all variables except what the user specifies This function tries to do the opposite of what MATLAB's built-in SAVE function does: with SAVE, variables are written to a binary file if they are included in the input arguments. SAVEX, on the other hand saves all variables by default, except those which are specified by the user. This can be... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): save all variables except what the user specifies Download

Added: April 27, 2013 | Visits: 277

nancumsum nancumsum: Cumulative sum of a matrix, with user-specified treatment of NaNs. Computes the cumulative sum of matrix A along dimension DIM, allowing the user to replace NaNs with zeros, to skip over them, or to reset on NaNs, maintaining NaNs as placeholders. USAGE: B = nancumsum(A, DIM, NMODE)... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): nancumsum Download

Added: April 15, 2013 | Visits: 348

Intelligent Dynamic Date Ticks ** Update: The archive now includes a new function setDateAxes which can be used like SET to set the properties of date axes (such as XLim) and have the tick labels update automatically. For example,setDateAxes(gca, 'XLim', [datenum('July 1, 2008') datenum('August 1, 2008')])** Update:... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Intelligent Dynamic Date Ticks Download

Added: April 14, 2013 | Visits: 276

readMM_2D READMM_2D(file,nrows) reads data from the full path+filename specified by 'file' and parses the data into the number of rows specified by 'nrows'.If the number of rows is specified the function uses TXT2MAT to read a Mathematica formatted 2D data array. If number of rows is not specified, or if... Platforms: Matlab

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

Added: August 28, 2013 | Visits: 279

CMAPLINE CMAPLINE finds all lines in an axis and specifies their colors according to a colormap. Also accepts custom colormaps in the form of a n x 3 matrix.EXAMPLE (generates screenshot)%generate some datax=(0:0.1:2*pi);m=50; exdata=bsxfun(@plus,repmat(25.*sin(x),...[m... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): CMAPLINE Download

Added: May 30, 2013 | Visits: 223

uiselectim Syntax:[img, map, alpha, filename, pathname, allFileNames] = uiselectim('start_path'); Provides functionality for visually selecting a single image from an array of images. All images must be in a common directory. Calls uigetfile with the multi-select option enabled, allowing the user to select... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): uiselectim Download

Added: August 19, 2013 | Visits: 568

VideoPress Add VideoPress videos stored on WordPress.com to your self-hosted WordPress.org site through the use of simple shortcodes. Edit video metadata directly from your blog's administrative interface.The VideoPress plugin allows blog administrators to upload new videos to their WordPress.com video... Platforms: PHP

License: Freeware Size: 10 KB Download (46): VideoPress Download

Added: June 09, 2013 | Visits: 643

LX Password Generator You can choose from upper and lower letters, digits and special characters to make your new hardcore passwords impossible to break. And yes, all the passwords are generated only within client's browser session and are not saved anywhere on the server side, so it is absolutely safe to use in real... Platforms: PHP

License: Freeware Size: 348.16 KB Download (53): LX Password Generator Download

Added: March 24, 2013 | Visits: 386

Kid Info Widget Customizable widget with information about your child. Show baby's age, date of birth, weight, length etc. Supports multiple instances. The age is shown in weeks and in number of years, months and days.The options in the widget are: * Name is the widget's title. * Content is a free form field... Platforms: PHP

License: Freeware Size: 10 KB Download (53): Kid Info Widget Download

Added: July 28, 2013 | Visits: 351

Simple Dialog Sometimes you just want a little bit of html to appear in a popup-style dialog window without having to write a bunch of javascript. This module provides a simple method to load pages via AJAX into a popup dialog window using just html (or by implementing a supplied theme function in php).Simple... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (48): Simple Dialog Download

< 1 2 3 4 5 >