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

Race Course Plot software
Filter: All | Freeware | Demo
 

Race Course Plot

< 1 2 3 4 5 
Added: August 02, 2013 | Visits: 280

Quick figure and plot Do you find yourself repeatedly typing "figure; plot(A(:,1), B(:,2), 'r'; hold on; plot(B(:,1), B(:,2), 'g')" or something similar? Then this function is for you. "fp" makes it easy to plot multiple data sets with minimal typing. It also tiles the figure windows and adds convenience buttons for...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Quick figure and plot Download

Added: May 15, 2013 | Visits: 429

lscatter : scatter plot with labels instead of markers Like Matlab's scatter command, lscatter produces a scatter plot. Unlike scatter, it allows you to also use a vector of labels that are used instead of the usual uniform markers. lscatter(x,y,l)generates a scatter plot where label{i} is placed at the coordinate (x(i),y(i)), for all i.The program...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): lscatter : scatter plot with labels instead of markers Download

Added: September 04, 2013 | Visits: 397

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: 311

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 (56): 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: June 17, 2013 | Visits: 311

Dot plot rather than scatter plot Give a dot plot for one data group. It could rerun the function by changing the 'data' and 'groupNum' for multi-group. It should run the function one times for each group, and they will show in the same diagram. The dot plot could also combine with box plot. Syntax dotPlot_xtr( data )...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Dot plot rather than scatter 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: 515

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: 481

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: 274

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: 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: 519

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: March 26, 2013 | Visits: 311

color dot plot Color Scatter Plot for random data point visualization. It mimics a continuous 2D probability distribution.coldotplot(x,y,s0,Ad) creates at scatterplot with dots of sizes that correspond to their density in the swarm of points. The larger dots will also have a more "hot" color in the dense...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): color dot plot Download

< 1 2 3 4 5