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

Plot Histograms In Matlab software
Filter: All | Freeware | Demo
 

Plot Histograms In Matlab

< 1 2 3 4 5 
Added: June 21, 2013 | Visits: 413

gaimc : Graph Algorithms In Matlab Code While MatlabBGL uses the Boost Graph Library for efficient graph routines,gaimc implements everything in pure Matlab code. While the routines areslower, they aren't as slow as I initially thought. Since people oftenhave problems getting MatlabBGL to compile on new versions of Matlabor on new...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 645.12 KB Download (45): gaimc : Graph Algorithms In Matlab Code Download

Added: July 28, 2013 | Visits: 382

Numerical Inversion of Laplace Transforms in Matlab Inversion of Laplace transforms is a very important procedure used in solution of complex linear systems.The function f(t)=INVLAP(F(s)) offers a simple, effective and reasonably accurate way to achieve the result. It is based on the paper:J. Valsa and L. Brancik: Approximate Formulae for...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): Numerical Inversion of Laplace Transforms in Matlab Download

Added: June 26, 2013 | Visits: 351

Run two usb webcams in matlab simutaneoulsy Takes feed from two usb webcams simultaneously and shows them in separate figures. To add more webcams or use integrated webcam just make their instances and add them in this code.m/


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Run two usb webcams in matlab simutaneoulsy Download

Automatische Dokumentation Matlab-Quellcodes Automatic Documentation Matlab source codes Description: This is a small example of how to use the toolbox to generate m2html documentation on projects written in Matlab.To do the following procedure:1. Download the m2html Toolbox from:http://www.artefact.tk/software/matlab/m2html/m2html.zip2. Download the Graphviz...


Platforms: Matlab


Added: August 06, 2013 | Visits: 307

Matlab 3D vectors to Paraview (via binary VTK file) One of the few weak points in MATLAB is its low speed when displaying 3D vector plots. Paraview is an open source visualization tool that seems to work pretty well.This contribution shows how the MATLAB 3D flow example is written to a binary VTK file.In Paraview follow these steps:* CTRL+O to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Matlab 3D vectors to Paraview (via binary VTK file) Download

Added: June 11, 2013 | Visits: 350

Loading Text document in Matlab I got data from ANSIS and loaded the text file containing data and used it in a manner i needed.just check it out ....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Loading Text document in Matlab Download

Added: April 27, 2013 | Visits: 435

Store Excel named range in MATLAB This function look in the specified workbook to a specific Named range given as an input. If not found, an empy matrix is returned. the workbook should be an absolute path.


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Store Excel named range in MATLAB Download

Video processing in MATLAB 2009 for Mac OS X and Linux 64 using ffmpeg I checked out a couple of projects out there, e.g. videoIO - but I didn't get lucky with it, so I did some very basic things on my own: * Most stupid way of implementationThe source provides the slowest and most stupid way for video processing, but it works: It starts ffmpeg (must be installed)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (53): Video processing in MATLAB 2009 for Mac OS X and Linux 64 using ffmpeg Download

Added: April 04, 2013 | Visits: 322

EMat: Embedded Matlab Templating EMAT Embedded Matlab templating EMat class provides a templating system in Matlab like Ruby's ERB system. Matlab code can be embedded inside any text document to easily control the document generation flow. A simple example is illustrated here: >> x = 42; >> tmpl = ' The value of x is '; >> obj...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): EMat: Embedded Matlab Templating Download

Added: May 15, 2013 | Visits: 223

anisodiff in matlab This code will help u in diffusion process.it deals with anisotropy diffusion


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): anisodiff in matlab Download

Added: July 30, 2013 | Visits: 337

Easy MultipleXYSeries The code behind is just a demo of what is possible with JFreeChart using it in Matlab. I played a littlewith codesnippets I found on the web and the API-Documentation.(http://www.jfree.org/jfreechart/api/javadoc/index.html). When you want to explore the whole functionality,I think it is better to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (46): Easy MultipleXYSeries Download

Read a National Instruments USB-TC01 single channel Thermometer in MATLAB Data Acquisition Toolboxd-OC?D? software provides a complete set of tools for analog input, analog output, and digital I/O from a variety of PC-compatible data acquisition hardware.Support for the National Instrument USB-TC01 device was added to Data Acquisition Toolbox in R2011b. If you have...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Read a National Instruments USB-TC01 single channel Thermometer in MATLAB 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: 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: July 08, 2013 | Visits: 262

Plot Circle in 3D Take a center point, a normal vector and a radius and plots a Circle in 3D using plot3


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Plot Circle in 3D Download

Added: April 15, 2013 | Visits: 416

DifferenceChart Demo Multiple TimeSeriesDemo aldodA JFreeGraph-DemoThe code behind is just a demo of what is possible with JFreeChart using it in Matlab. I played a littlewith codesnippets I found on the web and the API-Documentation.(http://www.jfree.org/jfreechart/api/javadoc/index.html). When you want to explore...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 204.8 KB Download (52): DifferenceChart Demo Download

Added: June 10, 2013 | Visits: 339

smoothhist2D A MATLAB implementation of the plot described in Eilers, P.H.C. and Goeman, J.J (2004) "Enhancing scaterplots with smoothed densities", Bioinformatics 20(5):623-628.This plot is useful when a 2D scatterplot of your data would result in an uninterpretable mass of overlaid points. The smoothed...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): smoothhist2D Download

Added: May 10, 2013 | Visits: 313

crosshatch_poly It works similar to the fill command in MATLAB.It allows multiple overlapping hatching on different polygons, and can even be used to obtain a speckled affect. It has a fair number of options for different line styles, colors, widths, and background colors Requirements: - MATLAB 7.4 or higher...


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (55): crosshatch_poly Download

Overlap Add Overlap Save methods implementation for block DFT processing The overlap add and overlap save are the two generally implemented methods when the input is greater than the maximum processible block in MATLAB because of memory constraints.


Platforms: Matlab


Added: July 29, 2013 | Visits: 507

Fixed Point Radix-4 FFT Radix-4 FFT Test ScriptThis file runs three versions of a Radix-4 FFT written in MATLAB: radix4FFT1_Float.m computes a radix-4 FFT for floating point data types radix4FFT2_FixPt.m computes a fixed point radix-4 FFT (requires Fixed Point Toolbox) radix4FFT3_FixPtEML.m is an Embedded MATLAB version...


Platforms: Matlab

License: Freeware Size: 61.44 KB Download (44): Fixed Point Radix-4 FFT Download

< 1 2 3 4 5