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

Returned software
Filter: All | Freeware | Demo
 

Returned

< 1 2 3 4 5 
Added: July 21, 2013 | Visits: 291

Multi-tool- simply reuse your code over and over. Most of us, Matlab people are generating functions. Some of those functions are designed to work with a file (image, video, audio, data etcd-deTZ). And then, we need to apply it to another file, and another one. So we either do it manually, or we are writing a higher level function with a loop... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Multi-tool- simply reuse your code over and over. Download

Added: March 28, 2013 | Visits: 262

STDF file reader importSTDF.m extracts test data and information fields from each binary record in an STDF file, returning each record data set in a separate cell. Field values are converted to their specified data type, per the specification.Since the file type is binary and MatLab does not have good native... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): STDF file reader Download

Conversion from Right Ascension/Declination to Altitude/Azimuth in Matlab Convert Right Ascension/Declination angles in degrees to Altitude/Azimuth in degrees for an Alt/Az telescope mount.Input: RA - Right Ascension in degrees Dec - Declination in degrees Latidute - Observer's Latitude (Negative for South) in degrees Longitude - Observer's Longiture (Negative for... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Conversion from Right Ascension/Declination to Altitude/Azimuth in Matlab Download

Added: May 21, 2013 | Visits: 230

plotboxpos This function returns the position of the plotted region of an axis, which may differ from the actual axis position, depending on the axis limits, data aspect ratio, and plot box aspect ratio. The position is returned in the same units as the those used to define the axis itself. This function... Platforms: Matlab

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

Added: April 09, 2013 | Visits: 415

find_in_models: Search the entire block diagram hierarchy find_system provides the option to search inside library links, but does not currently give the option to search inside model references.This function provides this option, and, unlike find_system itself, can also close block diagrams after searching them. This ensures scalability when searching... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): find_in_models: Search the entire block diagram hierarchy Download

Added: September 07, 2013 | Visits: 279

Recursively check fields of a structure exist This function will return true if the first input structure contains the field in the second input string and in turn that field has the field given in the third input string and so on. This allows A.b.c = 2; to be checked as:isfieldRecursive(A,'b','c')ans =1Which would return false if either b... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Recursively check fields of a structure exist Download

Added: April 07, 2013 | Visits: 183

rotateData [XR,YR,xr,yr,THETA] = rotateData(X,Y,X0,Y0,THETA,DIRECTION) Rotate coordinates especified by [X,Y] around the point [X0,Y0], by an angle (in radians) defined by THETA and to the direction especified by DIRECTION. THETA is a scalar if the user wishes to define it. THETA can also be calculated... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): rotateData Download

Added: April 24, 2013 | Visits: 147

Generate Instruments Address List This function will search for adaptors, such as GPIB, and return the addresses associated to each adaptor/instrument.A string can be given at input to filter the returned addresses. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Generate Instruments Address List Download

Added: June 20, 2013 | Visits: 383

Point Coordinates on Multiple Monitors (Sripts) ### Why this Function? ###If you use multiple monitors and/or swap between OS's, then this function lets you control where to place figures, etc., without rewriting your files for each OS, like a multiple-monitor alternative to 'ScreenSize' for a single monitor.The MATLAB root property... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Point Coordinates on Multiple Monitors (Sripts) Download

Added: April 09, 2013 | Visits: 243

Exponential Smoother Y = EXPSMOOTH( X, FS, TAU )Given input sequence X (column vector), sampled at FS Hertz, returns exponentially smoothed output sequence Y. Time constant (in milliseconds) for the exponential smoother is specified in TAU. If X is a matrix, then smoothing of column vectors of X is performed and... Platforms: Matlab

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

Added: August 20, 2013 | Visits: 313

Gaussian fit Fits Gaussian curve into pointsThe function fits Guassian probability density function into a set of points. Standard deviation and mean are returned. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Gaussian fit Download

Added: September 13, 2013 | Visits: 296

Fourier Coefficient Conversion [a, b] = FOURIERexp2cossin(c)Calculate the cos (a) & sin (b) coefficients of the exponentialFourier coefficients (c) returned by fft(x)/size(x,1),while isreal(x) = trueneeds the unshifted coefficients as inputc = FOURIERcossin2exp(a, b)Calculate the exponential Fourier coefficients (c) of thecos... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Fourier Coefficient Conversion Download

Added: July 25, 2013 | Visits: 426

IAPWS_IF97 functional form with no slip Water and steam properties and derivatives based on the IAPWS IF97. Functional form. No slip.IAPWS_IF97(FUN,IN1,IN2) is 104 functions of water properties and derivatives, based on the International Association on Properties of Water and Steam (http://www.iapws.org). Thermodynamic, hydrodynamic... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 307.2 KB Download (43): IAPWS_IF97 functional form with no slip Download

Added: April 08, 2013 | Visits: 401

Visualize output of BWLABEL VISLABELS is used to visualize the output of BWLABEL. VISLABELS(L), where L is a label matrix returned by BWLABEL, displays each object's label number on top of the object itself. Note: VISLABELS requires the Image Processing Toolbox. Example:bw = imread('text.png');L =... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (55): Visualize output of BWLABEL Download

Added: July 10, 2013 | Visits: 274

Mouse Up Rotation This function provides continuous rotation of a 3D figure on the mouse up click. This may prevent a little bit of RSI ;-) It displays the elevation and azimuth values while rotating. Rotation is in the direction of mouse movement away from the centre of the figure window. When the next mouse... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Mouse Up Rotation Download

ScreenCapture - get a screen-capture of a figure frame or component ScreenCapture gets a screen-capture of any Matlab GUI handle (including desktop, figure, axes or uicontrol), or a specified area rectangle located relative to the specified handle. Screen area capture is possible by specifying the root (desktop) handle (=0). The output can be either to an image... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): ScreenCapture - get a screen-capture of a figure frame or component Download

Added: April 23, 2013 | Visits: 402

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 16, 2013 | Visits: 129

FWAITBAR Creates and displays a waitbar depending on the file position indicator(FID).Due to the fact that the waitbar updates automatically via timer functionit is not necessary to update it manually in each cycle of the loop.H = FWAITBAR(FID) initializes the waitbar due to file identifierobtained from... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): FWAITBAR Download

Added: July 30, 2013 | Visits: 244

MakeDialog [hFig] = MAKEDIALOG(DIMENSIONS,TITLE,TAG)Function to create a screen-centred dialog box with the specified dimensions.DIMENSIONS - specified in Pixels as [Width Height]TITLE - String containing the text to appear in the Figure's title bar.TAG - Unique string identifierIf no arguments are... Platforms: Matlab

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

Added: September 08, 2013 | Visits: 494

Rubber Band Box Use the mouse button to drag out a rubber band box to select an area from an image. The rubber band box is temporarely drawn over the image, and the box's corner coordinates are returned. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Rubber Band Box Download

< 1 2 3 4 5