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

Expect software
Filter: All | Freeware | Demo
 

Expect

< 1 2 3 4 5 > 
Added: August 05, 2013 | Visits: 403

Estimatenoise Some curve fitting or smoothing tools can benefit from knowledge of the noise variance to expect on your data. Kalman filters use this information, also some spline fitting tools. So I wrote a function to extract the noise variance from a signal vector. It also works on any specified dimension of... Platforms: Matlab

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

Added: May 05, 2013 | Visits: 485

Circular Statistics Toolbox (Directional Statistics) Contributors:Marc Velasco, Tal KrasovskyReference:P. Berens, CircStat: A Matlab Toolbox for Circular Statistics, Journal of Statistical Software, Volume 31, Issue 10, 2009http://www.jstatsoft.org/v31/i10Please cite this paper when the provided code is used. See licensing terms for... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (47): Circular Statistics Toolbox (Directional Statistics) Download

Added: April 11, 2013 | Visits: 344

OpenGL .NET Examples Matlab R2009a and above now support .NET assemblies, which allows us to use .NET wrapped libraries such as OpenGL .NET in Matlab.I have included OpenGL .NET assemblies including the source C# code from TAO, and a hand full examples. The examples range from a basic colored cube till a MIP render... Platforms: Matlab

License: Freeware Size: 4.33 MB Download (45): OpenGL .NET Examples Download

image processing-zooming an image using Bilinear interpolation An image in your root directory can be zoomed by calling the above program.*First try with a small image. Because when the image is smaller, program response quickly.How to Run the Program*copy bilinear_zoom.m file and the image file to your work directory.Example-*if the name of image in root... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): image processing-zooming an image using Bilinear interpolation Download

Added: August 06, 2013 | Visits: 419

image segmentation and color measurement A given color image from life has been segmented by the watershed segmentation algorithm. But I confused how to measure the color value of the different segmentation regions. So I expect someone can read my code and write the color measurement part following my code. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (39): image segmentation and color measurement Download

Stochastic Timing Machinery, Differential Equations, and Simulation AbstractStochastic timing machinery (STM) is a diagram-oriented parallel programming language. Examples in electrical engineering, chemistry, game theory, and physics lead to associated ordinary and stochastic differential and partial differential equations. We od¬TCdeer an abstract... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 337.92 KB Download (50): Stochastic Timing Machinery, Differential Equations, and Simulation Download

Added: May 16, 2013 | Visits: 254

outaovii In a one-way analysis of variance random effects model one would expect that the measurements lie close together because the same quantity was measured and states that the class effects stem from a common source and therefore should not difer too much. In the random model some variation is... Platforms: Matlab

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

Added: May 20, 2013 | Visits: 384

Neighbour points in a matrix Calculate the linear indices for neighboring points in a matrix. You need to supply one or more linear indices for the point(s) of origin and the dimensions of the matrix. You will get a list will linear indices to all neighboring points. The function also creates a vector with the distances from... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Neighbour points in a matrix Download

Added: April 30, 2013 | Visits: 457

corran Correspondence Analysis (CA) is a special case of Canonical Correlation Analysis (CCA), where one set of entries (categories rather than variables) is related to another set. Also, it can be seen as a special case of Principal Component Analysis (PCA), where it is used for tables consisting of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): corran Download

Added: September 11, 2013 | Visits: 184

datetick2 The datetick doesn't work well for plotyy due to two different axis properties. This script use for plotyy instead of datetick with one more input as% haxes = plotyy(x1,y1,x2,y2)% datetick2('x','mm/dd',haxes);% or% datetick2('x',4,haxes);It basically same to datetick expect additional axes... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): datetick2 Download

Added: August 06, 2013 | Visits: 264

A suite of minimal bounding objects 've written quite a few separate tools to generate a minimal bounding object of some ilk. So if you have a set of points in the plane, and wish to generate the minimal bounding...- rectangle- triangle- general quadrilateral- circle- parallelogram- semi-circlethere is a tool in here to solve your... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 266.24 KB Download (45): A suite of minimal bounding objects Download

Added: August 28, 2013 | Visits: 309

Floating number conversion to binary and vice-versa This M-File extends MATLAB's inbuilt dec2bin() and bin2dec() functions functionalities. When you enter a floating point number as 25.757 you expect to get the correspoing binary number and vice versa.Feel free to make corrections. But make reference to me where needed(laugh). Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Floating number conversion to binary and vice-versa Download

Added: August 22, 2013 | Visits: 444

2-D Medial Axis Computation The attached Matlab routines compute the medial axis of 2-D solids whose boundary is made-up of line segments and circular arcs.Caveats:* The attached code is slow.* There are also a few bugs that we are aware of, and expect to address them; use the code with caution!* You will need the Matlab... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 378.88 KB Download (49): 2-D Medial Axis Computation Download

Added: April 17, 2013 | Visits: 161

CoCoMac Download CoCoMac.org cortical connectivity data, model it as a network, and simulate epileptic spreading through the network using a simple activation spreading function.To use:1. Unzip the files into a directory, change to that directory (or add it toyour path)2. Make a text file listing cocomac... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (39): CoCoMac Download

Added: July 27, 2013 | Visits: 422

Canny Edge Detector It was my course project for Machine Vision, so do not expect something quite professional. I think it performs quite nicely already, so I don't think any of you will have any problems. It has quite a description in the beginning of the code, also suitable forhelp CannyEdgeDetectorusage.Some... Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Canny Edge Detector Download

Added: June 29, 2013 | Visits: 329

EventList EventList is just that what the name would lead you to expect. It's not a calendar but an easy way to manage and present your Events for your group, company or community. EventList offers a lot features and possibilities which makes your work easier, like the Venue database, Picture resizing and... Platforms: PHP

License: Freeware Size: 778.24 KB Download (52): EventList Download

Added: August 05, 2013 | Visits: 474

WP Themer Kit for Scripts WP Themer Kit simplifies the WordPress themes creation.What's Included in The Kit?- A PDF with CSS Cheat Sheets- A Theme Checklist in ODT Format- 6 HTML Blanks and 6 WP BlanksThe HTML Blanks and WordPress Blanks are like a framework and they both rely on each other for the kit to work... Platforms: PHP

License: Freeware Size: 1.3 MB Download (41): WP Themer Kit for Scripts Download

Added: June 13, 2013 | Visits: 477

PHP-Fusion for Scripts It uses MySQL as a data storage engine to save site content and includes a simple yet comprehensive administration system.PHP-Fusion includes the most common features a developer would expect to see in many other CMS packages including news, articles, forums, polls, shoutbox, comments, ratings &... Platforms: PHP

License: Freeware Size: 2.53 MB Download (40): PHP-Fusion for Scripts Download

Added: July 26, 2013 | Visits: 422

RunCms for Scripts This is a CMS where ease of use, speed, reliability and flexibility are the main development key-points.RunCMS is a CMS coming from the cores of E-Xoops.RunCms includes most things a webmaster would expect from a cms: download manager, links, tutorials section, polls, forums, news, faq, contact... Platforms: PHP

License: Freeware Size: 3.16 MB Download (46): RunCms for Scripts Download

Added: July 02, 2013 | Visits: 340

SkyBlueCanvas Lightweight CMS SkyBlueCanvas is an Open Source and easy-to-use PHP CMS project. With it you can simply keep the content of your site fresh, upload the software to your web server and you are ready to start adding text and pictures to your web site.SkyBlueCanvas Lightweight CMS is built specifically for small... Platforms: PHP

License: Freeware Size: 2.73 MB Download (40): SkyBlueCanvas Lightweight CMS Download

< 1 2 3 4 5 >