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

Representing software
Filter: All | Freeware | Demo
 

Representing

< 1 2 3 4 5 > 
Added: September 10, 2013 | Visits: 322

celltonumeric.m Converts string data to numeric form, via numeric references to string arrays. Numeric data is unchanged.Usually used after loadcell.m and sometimes before datato1ofm.mHelps make the loaded data more useful!celltonumeric - convert cell to entirely numeric representationfunction...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): celltonumeric.m Download

Added: September 13, 2013 | Visits: 375

Data Convexity Check This is a quick and dirty way to test the convexity of an input-output data set - i.e. whether or not there exists a convex function that may fit the data within a specified residual tolerance. It was written for the purposes of testing a local convexity assumption on a set of noisy data, for...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Data Convexity Check Download

Added: April 08, 2013 | Visits: 290

mfileread This function reads a Matlab m-file, trims the content (removing empty lines and unnecessary spaces), and divides the content into code and comment part.It returns a struct with fields holding information on the number of non-empty lines, and three strings representing the whole text, the code...


Platforms: Matlab

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

Generate a vector of Cartesian integer coordinates for a 1, 2, or 3D region 03 Mar 2012 (Updated 06 Mar 2012)Function to generate a listing of the coordinates for a specified Cartesian space.A = ENUM_COORDS(X) returns the matrix elements of a 2D region, where X contains a 4-element vector, X=[x y width height], representing the bounding box containing the set of 2D...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate a vector of Cartesian integer coordinates for a 1, 2, or 3D region Download

Added: June 22, 2013 | Visits: 325

Generate a subdirectory listing from a path string PATH_PARTS returns a listing of strings representing subdirectories parsed from a path string.A simple function that examines a string and returns a naive directory listing; no validity checks are made on subdirectory strings.A = PATH_PARTS(S) returns a cell array of strings containing the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate a subdirectory listing from a path string Download

Added: April 20, 2013 | Visits: 370

abc2num ABC2NUM(S), where S is a one or two letter string representing a column label commonly employed by spreadsheet programs, returns a number corresponding to the spreadsheet column indicated by S. Example: S = 'CS'; abc2num(S); ans = 97


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): abc2num Download

Added: September 06, 2013 | Visits: 411

Teem Teem is a coordinated group of libraries for representing, processing, and visualizing scientific raster data. Teem includes command-line tools that permit the library functions to be quickly applied to files and streams, without having to write any code. The most important and useful libraries...


Platforms: *nix

License: Freeware Size: 1.49 MB Download (43): Teem Download

Added: March 27, 2013 | Visits: 468

Overlay 2 matrices in an imagesc-like plot This function makes an imagesc-like plot for two matrices with equal dimensions, in which each each cell of the plot is split diagonally with the upper triangle of cell (i,j) in the plot representing the Matrix1(i,j) and the lower triangle representing Matrix2(i,j).


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Overlay 2 matrices in an imagesc-like plot Download

Added: August 01, 2013 | Visits: 352

LinStats LinStats is a collection of classes, functions and data that are useful for representing, solving and analyzing linear statistical models. LinStats has been updated to use a new object based approach to support incremental model-building and more sophisticated analysis.Notably this is the first...


Platforms: Matlab

License: Freeware Size: 471.04 KB Download (43): LinStats Download

Added: April 24, 2013 | Visits: 323

imshade IMSHADE will plot a matrix representing topography as a 3-component color image, with intensity proportional to the magnitude of the topographic slope of each pixel. Optionally, it can take an argument for lighting angle to use the directional slope.The current colormap will be used, but future...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): imshade Download

Added: May 18, 2013 | Visits: 306

pgfhist2d PGFHIST2D(X, Y, W) will save a PNG file representing the 2D histogram created from data points specified by X and Y with weights specified by W. The vectors X, Y, and W must have the same number of elements. The text to include in a Latex file to produce the histogram is displayed. Valid options...


Platforms: Matlab

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

Added: March 24, 2013 | Visits: 409

Geary Test GTEST: Single sample Geary goodness-of-fit hypothesis test.H=GTEST(X,ALPHA) performs the Geary test to determine whether the null hypothesis of composite normality PDF is a reasonable assumption regarding the population distribution of a random sample X with the desired significance level ALPHA.H...


Platforms: Matlab

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

Representing Polyhedral Convex Hulls by Vertices or (In)Equalities This submission contains VERT2LCON and LCON2VERT, which will find the linear constraints defining a bounded polyhedron in R^n, given its vertices, or vice versa. They are extensions of Michael Kleder's VERT2CON and CON2VERT functions that can handle cases where the polyhedron is not solid in R^n,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Representing Polyhedral Convex Hulls by Vertices or (In)Equalities Download

Added: July 21, 2013 | Visits: 352

atrix Products Expressed in Terms of Individual Operands This submission defines a class for representing products of matrices (or of any objects that know how to multiply) when it is more efficient to store and manipulate the matrices separately. USAGE: P=ProdCascade({A1,A2,...,An}) This creates an object P representing the matrix product...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): atrix Products Expressed in Terms of Individual Operands Download

Added: June 18, 2013 | Visits: 319

Convert decimal integer to arbitrary base DECIMAL_CONVERT generates a vector of coefficients representing a base 10 integer in a chosen base.DECIMAL_CONVERT(D,B) returns the representation of decimal integer, D, as a vector of coefficients such that:D = xn*B^n + ... + x2*B^2 + x1*B^1 + x0*B^0where B is the chosen base.See also polyval,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Convert decimal integer to arbitrary base Download

Added: April 29, 2013 | Visits: 247

Overview Plot %OVERVIEWPLOT creates a plot with an interactive overview axes.% OVERVIEWPLOT(...) takes the same input arguments as the PLOT command% and will create a new figure containing the plot and an inset% displaying an overview of the plot. Pan and zoom operations on the main% axes will result in a...


Platforms: Matlab

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

Added: May 30, 2013 | Visits: 221

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: July 22, 2013 | Visits: 471

Date::Holidays::Abstract This module is an abstract class intended for Date::Holidays::* The goal is to have all the existing and future modules implement the same methods, so they will have a uniform usage and can be used in polymorphic context or can be easily adapted into the Date::Holidays class. If you want to use...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): Date::Holidays::Abstract Download

Added: August 11, 2013 | Visits: 182

BlockParameters sl_customization This customization file adds a context-menu item called "Block Parameters" to the context menu when the user right-clicks on any Simulink block.The "Block Parameters" context menu allows the user to 'interrogate' the block's parameters. If the parameter selected is a string or numerical value,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (42): BlockParameters sl_customization Download

Added: November 27, 2013 | Visits: 353

OVAL Interpreter OVAL?*A* International in scope and free for public use, OVAL is an information security community effort to standardize how to assess and report upon the machine state of computer systems. OVAL includes a language to encode system details, and an assortment of content repositories held...


Platforms: Mac

License: Freeware Size: 16.37 MB Download (42): OVAL Interpreter Download

< 1 2 3 4 5 >