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

Forest Plot software
Filter: All | Freeware | Demo
 

Forest Plot

< 1 2 3 4 5 
Added: July 11, 2013 | Visits: 284

Bland Altman Plot %%%Plots a Bland-Altman Plot %%%INPUTS: %%% var1 and var2 - vectors of the measurements %%%flag - how much you want to plot %%% 0 = no plot %%% 1 = just the data %%% 2 = data and the difference and CR lines %%% 3 = above and a linear fit %%% %%%OUTPUTS: %%% means = the means of the data %%% diffs...



Platforms: Matlab

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

Added: July 11, 2013 | Visits: 445

Interval Bode Plot The script plots the envelope of the bode plot for a parametric uncertain/interval system.interval_bode(NumVec,DenVec,clr)The function accepts the numerator (NumVec) and denominator (DenVec) of the uncertain system as matrices of two rows each. The first row containing the lower bounds and the...





Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Interval Bode Plot Download

Added: March 27, 2013 | Visits: 464

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: June 21, 2013 | Visits: 497

Spring() To plot and animate a 2D-Spring You have to give it the coordinates of the ends, number of coils, natural length and radius and it gives to you the (xs,ys) coordinates of the spring points, ready to use it with plot(). The picture shows an instant image of an animation of two coupled-pendulums oscillating Type for usage. Don't...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Spring() To plot and animate a 2D-Spring Download

Added: May 16, 2013 | Visits: 445

Trajectory and Attitude Plot Version 3 This function plot in the same figure the center trajectory and attitude of an aircraft. See the figure to understand better.The version 3.0, extend the functionality of version 2.In this last version :- fixed the Reference System Bugs- possibility to export the trajectory animation in avi format...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Trajectory and Attitude Plot Version 3 Download

Added: March 28, 2013 | Visits: 442

Plot earth Plot earth in 3D sphereSeveral maps and resolutions are availableMore comprehensive map collection is available athttp://www.mediafire.com/?m2mn1mgdngt


Platforms: Matlab

License: Freeware Size: 17.82 MB Download (39): Plot earth Download

Added: March 25, 2013 | Visits: 406

Plot Some Paths - Plot arithmetic and geometric Brownian motions- Plot Brownian bridges, 2D and 3D Brownian motions- Plot some random paths for the the interest spot rate: The two models you can chose from are the Vasicek and the Cox- Ingersoll-Ross (CIR) models


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Plot Some Paths Download

Added: June 01, 2013 | Visits: 435

Collect and plot data from an instrument in real time This MATLAB(R) script generates a real time plot of voltage values collected from an Agilent(TM) 34401A Digital Multimeter over the serial port(RS232). The data is collected and plotted until the predefined stop time is reached. This example also demonstrates automating a query based interaction...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Collect and plot data from an instrument in real time Download

Added: May 22, 2013 | Visits: 370

Real time Data plot from serial port real time data plot from a serial portThis matlab script is for plotting a graph by accessing serial port data in real time. Change the com values and all variable values accroding to your requirements. Do not forget to add terminator in to your serial device program.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Real time Data plot from serial port Download

Added: April 24, 2013 | Visits: 392

orbits - plot orbits around Earth in an interactive manner. By entering the appropriate orbital elements, you can plot the orbit around a 3D view of Earth. The funcion also allows for click-and-drag camera manipulation. You can also do a fly-by.Enjoy!


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (42): orbits - plot orbits around Earth in an interactive manner. Download

Added: September 10, 2013 | Visits: 426

Radar-like Plot Take a set of speed or distance data with a direction and create a radar-like plot...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Radar-like Plot Download

Added: June 22, 2013 | Visits: 376

Plot Groups of Stacked Bars Plot a set of stacked bars, but group them according to labels provided.Params: stackData is a 3D matrix (i.e., stackData(i, j, k) => (Group, Stack, StackElement)) groupLabels is a CELL type (i.e., { 'a', 1 , 20, 'foo' };)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Plot Groups of Stacked Bars Download

Added: June 21, 2013 | Visits: 395

contourfcmap: filled contour plot with precise colormap This function creates a shaded contour plot, similar to that created by the contourf function. However, the relationship between a contourf plot and its colormap (i.e. exactly which color corresponds to each contour interval), can often be confusing and inconsistent, especially if your contour...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): contourfcmap: filled contour plot with precise colormap Download

Added: June 04, 2013 | Visits: 613

would like to plot using double axis I would like to plot figure(10000) using double axis, see line number 217and I would like to make a movie file of the figure formed using the loop which is from line number 161 to line number 189


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (40): would like to plot using double axis Download

Added: September 09, 2013 | Visits: 485

Simple Method to Generate a CDF plot If you have a data file and want to plot a cumulative distribution function (CDF) with almost no work, this is the way to go. Also presented is a way to grab some values from the CDF curve, and a way to generate a PDF using standard Matlab functions.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Simple Method to Generate a CDF plot Download

Added: May 03, 2013 | Visits: 456

A Simple function to plot a circle This function uses rectangle command to plot a circle. The center is to be given in a vector form and radius is a non-negative number.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): A Simple function to plot a circle Download

Added: September 16, 2013 | Visits: 238

Scalar plot digitizer This utility digitizes the xy scator plot from picture.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Scalar plot digitizer Download

Added: April 04, 2013 | Visits: 318

Forest Reverb Generator Generates the impulse response of an arbitrary forest of acoustically hard cylinders. Each tree scatters sound according to theory from Morse [1948]. Any number of trees of any radius may be placed at any position, limited only by memory and computational time. You can also set the maximum number...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Forest Reverb Generator Download

Added: September 11, 2013 | Visits: 310

High-Low plot or percentile (5 and 95) plot I just need to simply plot the 5 and 95 percentile as well as mean.The cross mark implies median.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): High-Low plot or percentile (5 and 95) plot Download

Added: July 31, 2013 | Visits: 334

Correctly proportion a lat/lon plot LAT_LON_PROPORTIONS Scales a plot in latitude & longitude axis to meters. It will compress the x axis by cos(latitude) in order to reflect the relationship between a degree latitude and a degree longitude at the center of the map. The major assumption here is sperical Earth.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Correctly proportion a lat/lon plot Download

< 1 2 3 4 5