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

Scatter Plot Activities software
Filter: All | Freeware | Demo
 

Scatter Plot Activities

< 1 2 3 4 5 
Added: September 04, 2013 | Visits: 399

Plot Wind Direction versus Wind Speed PLOTWINDIRVEL can be used to plot wind direction versus wind velocity (read strength) on a compass plot.I have included two scripts to show you how to use the function. If you run the first script make sure the datafile is co-resident with the two MATLAB-files. Here is a snippet from the second...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Plot Wind Direction versus Wind Speed Download

Added: April 15, 2013 | Visits: 338

1D Bifurcation plot This code is used to generate 1D bifurcation plot for any 1D map with one parameter. Compared to those existent bifurcation plot tools in Matlab central, this plot tool runs much faster and uses much less memory. Please remember to rate, if you like my code. Thanks





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): 1D Bifurcation plot Download

Added: May 16, 2013 | Visits: 312

Plot as Inset PLOTINSET(X, Y, POSITION, WINDOWSIZE, 'xlimit', xlimit, 'ylimit', ylimit) creates a plot of vector Y versus vector X, and on top of it, creates an inset plot of size specified by WINDOWSIZE in the current figure, positioned at the location specified by POSITION.Bottom left corner is the starting...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Plot as Inset Download

Added: May 28, 2013 | Visits: 805

YIPLOT : Easy plot YIPLOT makes plot much easier. H=YIPLOT(X,Y,...) H=YIPLOT(STR,Y) H=YIPLOT(STR,X,Y,...) STR is a charater string made from any elements below, seperated by comma, eg. 'fig=1,lw=4,t=title,x=x axis label' fig = # set # as current figure, same as command figure(#) sub = # subplot(#) lw = # set...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (60): YIPLOT : Easy plot 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: September 03, 2013 | Visits: 394

A basic polar plot tool in dB linear scale Hi everyone,this is a basic polar plot tool in dB , you can change the range which can be very helpful for analyze the nature of your pattern.Here is a test code:%------------------------% Linear Arrays of Isotropic Elementsconst=1; lambda=1; k=2*pi/lambda;theta=linspace(0,2*pi,200);d=1/1*lambda;...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): A basic polar plot tool in dB linear scale Download

Added: August 07, 2013 | Visits: 421

plot a center of mass plot center of mass is part of my motorcycle animation and dynamic equations of motion.I want to see if this is a good alternative to dropbox with the added benefit that it is shared.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): plot a center of mass Download

Added: May 21, 2013 | Visits: 361

MATLAB Plot Gallery - Line Plot 2D (1) This is an example of how to create an line plot in MATLABdlT«.Read about the plot function in the MATLABdlT« documentation.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): MATLAB Plot Gallery - Line Plot 2D (1) Download

Added: September 04, 2013 | Visits: 379

Bar plot with whiskers and significance bridges Produces a bar plot with whiskers above each bar and bridges between user-specified barsThis file allows for the creation of bar and whisker plots with significant/insignificant relations indicated between bars by bridges plotted above the whiskers. It takes three arguments: the height of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Bar plot with whiskers and significance bridges Download

Added: August 06, 2013 | Visits: 516

Generating surface plot with bars at specific (x,y) points This function generates mesh plot with 3Dbars at specific (x,y) points by using fill3 function.This function uses MATLAB's fill3.m meant to generate Filled 3-D polygons.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (50): Generating surface plot with bars at specific (x,y) points Download

Added: August 06, 2013 | Visits: 483

Simple Plot, Zoom and FFT GUI Simple PLOT , ZOOM and FFT for various oscilloscpope, Simulink or Matlab data formats No input parameter is required to start the program. Input data are selected and loaded from the top-level (start) GUI --->> GetData_vxx.fig.Implements the selection of a workspace variable generated in the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (41): Simple Plot, Zoom and FFT GUI Download

Added: August 06, 2013 | Visits: 627

Half polar coordinates figure plot function halfPolar HALFPOLAR function performs the polar plot in radian angle range [0 pi] using half polar coordinates HALFPOLAR(phi,gain) makes a plot with phi in radians angle range [0 pi] and gain in half polar coordinates. Phi and gain could be vector or matrix with the same dimensions. When Phi is a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Half polar coordinates figure plot function halfPolar Download

Added: June 28, 2013 | Visits: 275

DSPLOT - downsampled plot This version of "plot" will allow you to visualize data that has very large number of elements. Plotting large data set makes your graphics sluggish, but most times you don't need all of the information displayed in the plot. Your screen only has so many pixels, and your eyes won't be able to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): DSPLOT - downsampled plot Download

Added: May 01, 2013 | Visits: 331

Thermometer plot A Thermometer plot, like the ones you see when a small town wants to buy a new ambulance.


Platforms: Matlab

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

Added: September 15, 2013 | Visits: 260

SCATTERSHAPE SCATTERSHAPE is used with the patch handles returned as output from SCATTER, to plot arbitrary shapes instead of markers.


Platforms: Matlab

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

Added: April 27, 2013 | Visits: 380

Plot Curve with GUI this program plot a curve in gui.this can plot all curve


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Plot Curve with GUI Download

Added: June 16, 2013 | Visits: 521

3D Plot on a Cylindrical Surface CYL3D(Zin,theta_min,theta_max,Rho,H,meshscale) plots the 3D profile Zin as a mesh plot on a cylindrical surface of radius Rho, with mesh size determined by meshscale, for equally spacedangles between theta_min and theta_max. H is the cylinder height. CYL3D(Zin,...,meshscale,plotspec) plots the 3D...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (55): 3D Plot on a Cylindrical Surface Download

Added: May 22, 2013 | Visits: 487

Plot to Bitmap "Plot to Bitmap" allows the user to directly plot lines, text and filled polygons into an image, thus without taking a screen-shot (getframe).This function is also useful if you want to convert a few coordinates describing a region contour into a bitmap of the region.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Plot to Bitmap Download

Added: April 29, 2013 | Visits: 245

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 23, 2013 | Visits: 267

simple x-y plot from *.txt 2D Plot function; can be complied using MATLAB compiler.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (43): simple x-y plot from *.txt Download

< 1 2 3 4 5