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

Current Temperatures Contour Plot software
Filter: All | Freeware | Demo
 

Current Temperatures Contour Plot

< 1 2 3 4 5 > 
Added: September 03, 2013 | Visits: 480

3D Plot on a Spherical Surface SPHERE3D plots 3D data on a spherical surface. Useful particularly in metrology of spherical surfaces, spherical wavefronts and wavefields.SPHERE3D(Zin,theta_min,theta_max,phi_min,phi_max,Rho,meshscale)plots the 3D profile Zin as a mesh plot on a spherical surface of radius Rho, between...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 542.72 KB Download (47): 3D Plot on a Spherical Surface Download

Added: May 23, 2013 | Visits: 269

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 (47): simple x-y plot from *.txt Download

Added: April 12, 2013 | Visits: 620

PlotData - display plot raw-data in data-tables Syntax: plotdata; plotdata(hPlotFig); plotdata(figureName,sheetName,xdata,ydata, xAxisName,yHeaders,...); [hDataFig, hSpreadsheet] = plotdata(...); PLOTDATA(hPlotFig) scans the supplied figure handle for any plot axes; for each plot axes found, a new spreadsheet is created with the plot data...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): PlotData - display plot raw-data in data-tables Download

Added: May 13, 2013 | Visits: 260

plot arrowhead % plot_arrow - plots an arrow to the current plot%% format: handles = plot_arrow( x1,y1,x2,y2 [,options...] )%% input: x1,y1 - starting point% x2,y2 - end point% options - come as pairs of "property","value" as defined for "line" and "patch"% controls, see matlab help for listing of these...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): plot arrowhead Download

Added: July 28, 2013 | Visits: 459

Paste a Matlab figure to Excel This Function takes the current Matlab figure (gcf) and paste it into an existing Excel File.Example:plot(1:10)xlsPasteTo('Book2','Sheet1',300, 400,'D6')


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (46): Paste a Matlab figure to Excel Download

Added: April 12, 2013 | Visits: 659

Weather.gov U.S. Current Weather Conditions WGOVCWC(SID) queries the XML Feeds of Current Weather Conditions asprovided by NOAA's National Weather Service (http://www.weather.gov), andreturns a struct containing current weather conditions for the areaspecified by the corresponding four char SID(s) (Station ID(s)).Data is available only for...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Weather.gov U.S. Current Weather Conditions Download

Added: May 16, 2013 | Visits: 449

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 (46): Trajectory and Attitude Plot Version 3 Download

Added: September 11, 2013 | Visits: 315

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: April 15, 2013 | Visits: 339

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 15, 2013 | Visits: 352

Plot 2D/3D Vector with Arrow Arrowline 3-D vector plot.vectarrow(p0,p1) plots a line vector with arrow pointing from point p0 to point p1. The function can plot both 2D and 3D vector with arrow depending on the dimension of the inputExample: For 3D vector p0 = [1 2 3]; p1 = [4 5 6]; vectarrow(p0,p1) For 2D vector p0 = [1 2];...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Plot 2D/3D Vector with Arrow Download

Added: July 11, 2013 | Visits: 389

Posts of Current Category This Widget is meant to display the recent posts by sorting them. Posts of Current Category displays 'n' Number of posts of related category. User can Sort the Posts in various orders like author, content, date, ID , .. etcThe posts can be Sorted in ASCending or DESCending way.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Posts of Current Category Download

Added: April 27, 2013 | Visits: 492

Maximum Likelihood Contour Plot Calculation This contribution is made in order to calculate the maximum likelihood contour plots of any function. Just replace the file with your function change some basic settings in the file and there you go. The objective function has to return a scalar. There are two settings only: the range of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (45): Maximum Likelihood Contour Plot Calculation Download

Added: April 06, 2013 | Visits: 616

Secrets of the Tide: Tide & Tidal Current Analysis Title: Secrets of the Tide: Tide & Tidal Current Analysis and Predictions, Storm Surges, and Sea Level Trends. Horwood Publishing Limited, 2004.MATLAB programs for the analysis and prediction of ocean tides and tidal currents with graphic display of data and evaluation statistics.Two MATLAB...


Platforms: Matlab

License: Freeware Size: 2.34 MB Download (45): Secrets of the Tide: Tide & Tidal Current Analysis Download

Added: April 24, 2013 | Visits: 577

Bring Current Window Forward A simple function I use constantly, this brings the current window to the foreground. It consists of a single command:figure(gcf)


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Bring Current Window Forward Download

Added: May 14, 2013 | Visits: 391

Mini Project Manager A simple interface tool for loading/saving the current MATLAB session including: -Open figures -Base workspace variables -M-path Example: plot(1:10); myvar1 = 'hello'; myvar2 = 'world'; addpath('D:/Work'); % Save work as a MATLAB Project miniproject File->Save New Project % Restart MATLAB...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Mini Project Manager Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 347

portable plot Portable Plot is a pure ansi/iso c++ plot library that makes the construction of native plot widgets easy.


Platforms: Windows, Mac, Linux

License: Freeware Size: 456.67 KB Download (45): portable plot Download

Added: June 01, 2013 | Visits: 439

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: September 09, 2013 | Visits: 491

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

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 11, 2013 | Visits: 358

CDFPLOT cdfplot(X) displays a plot of the Empirical Cumulative Distribution Function (CDF) of the input array X in the current figure. The empirical CDF y=F(x) is defined as the proportion of X values less than or equal to x. If input X is a matrix, then cdfplot(X) parses it to the vector and displays...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): CDFPLOT Download

< 1 2 3 4 5 >