graph_and_table Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: graph_and_table.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Michael Robbins (View more)

graph_and_table script description:



graph_and_table is a Matlab script for Development Tools scripts design by Michael Robbins. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
graph_and_table creates a graph and a data table below it.

Publisher review:
graph_and_table creates a graph and a data table below it. Creates a graph and a data table below it. the table is put in an activex control using the column labels colhead.This function is meant to be an example for CSSM and not to be used as is.It is meant to demonstrate ActiveX grid usage and works with MSFLEXGRID (which comes with Windows and doesn't allow editing) and SIMPLE GRID.Use 'SGRID' for the whichgrid parameter to use simple grid, but you must first you must download it from the above website and register it. To register, find sgrid.ocx by clicking on the windows start button and selecting "find". Change your directory to its directory and type "regsvr32 sgrid.ocx".___________________ ____________________ | / | | / | X Y ##| / / / /| | || || 1 1.0 ##| / / _// | || ||/|| 2 1.5 ##|_/_________________| || | | ||| 3 2.0 ##| X Y || || |/ | 4 1.6 ##| 1 1.0 || || | 5 2.0 ||| 2 1.5 ## | | 6 2.5 |||__3__2.0__________|| |_________|__7__2.3_||horizontal split vertical splitINPUTS DESCRIPTION DEFAULT VALUEx x data [1:10]y y data rand(size(x));colhead table header {'X','Y'};vertorhoriz vert or horiz split 0 %(vertical)figuretitle figure title 'graph_and_table'whichgrid MSFlexGrid or Simple Grid 'MSFlexGrid'OUTPUTS:h.fig handle to figureh.graph handle to graphh.line handle to data lineh.grid handle to grid objectUSAGE:x=1:10;y=rand(size(x));colhead={'X','Y'};vertorhoriz=0; verticalfiguretitle='graph_and_table';h=graph_and_table(x,y,colhead,vertorhoriz,figuretitle);vertorhoriz=1; horizontalh=graph_and_table(x,y,colhead,vertorhoriz,figuretitle);h=graph_and_table(x,y,colhead,vertorhoriz,figuretitle,'SGRID'); Requirements: ยท MATLAB Release: R13
Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Related script downloads:

Latest script and internet news

IE 10 for Windows 8, comes with Adobe Flash support

IE 10 for Windows 8, comes with Adobe Flash support

After criticism received at Metro version of Internet Explorer 10 , initially offered no support for Adobe Flash technology, Microsoft has taken measures to correct this problem by working directly with Adobe to integrate the necessary components into the

Posted on: 25 May 2012 10:36 by A. Brown

Windows 8: boot to fast to furious

Windows 8: boot to fast to furious

Last year began to circulate on the Internet videos where Windows 8 systems boot in 7 seconds. Unfortunately, from this performance derives some problems.

Posted on: 25 May 2012 07:28 by A. Brown

Apple prepares iPhone 5 and iOS 6

Apple prepares iPhone 5 and iOS 6

New information coming from some sources close to Apple confirming that the Cupertino giant is testing two different models of iPhone, called internal iPhone5, 1 and iPhone 5.2. Apparently, both devices have a screen of 3.95 inches and a resolution of 113

Posted on: 24 May 2012 08:36 by A. Brown

Windows 8 estimates: 500 million users in 2013

Windows 8 estimates: 500 million users in 2013

Microsoft expects to launch a new wave of optimism with Windows 8. In a recent statement, Steve Ballmer, chief executive at Microsoft, estimates that Windows 8 will reach a total of about 500 million users by the end of 2013.

Posted on: 24 May 2012 08:25 by A. Brown

SPREAD THE WORD

User Rating

graph_and_table
Rating: 0.0 out of 5
Based on 0 ratings. 0 user reviews.

  • Currently 0.00 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5