xlschart Matlab script

SPONSORED LINKS

    Specification

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

xlschart script description:




Publisher review:
xlschart writes column headers and a matrix to excel and graphs all columns or two specified columns. xlschart(titles,m,chartypechart_title,)xlschart(titles,m,chartype,chart_title,filename)xlschart(titles,m,chartype,chart_title,xtitle,ytitle)xlschart(titles,m,chartype,chart_title,filename,sheetname)xlschart(titles,m,chartype,chart_title,xtitle,ytitle,filename)xlschart(titles,m,chartype,chart_title,xtitle,ytitle,filename,sheetname)xlschart : writes column headers and a matrix to exceland graphing all columns or 2 or more specifiedcolumns using excel.titles: Column titles (cell array).m: matrix of numbers.chartype: integer number corresponds to chart type.chart_title: This title will be used for both chart sheet name and chart title.filename: Name of excel file.sheetname: sheet name.xtitle: title of column to be x-axis (picked from titles).ytitle: title(s) of column to be y-axis (picked from titles).CHARTYPE:1- ColumnClustered2- ColumnStacked3- ColumnStacked1004- 3DColumnClustered5- 3DColumnStacked6- 3DColumnStacked100 7-3DColumn8-BarClustered9-BarStacked10-BarStacked10011-3DBarClustered12-3DBarStacked13-3DBarStacked10014-Line15-LineStacked16-LineStacked10017-LineMarkers18-LineMarkersStacked19-LineMarkersStacked10020-3DLine21-Pie22-3DPie23-PieOfPie24-PieExploded25-3DPieExploded26-BarOfPie27-XYScatter28-XYScatterSmooth29-XYScatterSmoothNoMarkers30-XYScatterLines31-XYScatterLinesNoMarkers32-Area33-AreaStacked34-AreaStacked10035-3DArea36-3DAreaStacked37-3DAreaStacked10038-Doughnut39-DoughnutExploded40-Radar41-RadarMarkers42-RadarFilled43-Surface44-SurfaceWireframe45-SurfaceTopView46-SurfaceTopViewWireframe47-Bubble48-Bubble3DEffect49-StockHLC50-StockOHLC51-StockVHLC52-StockVOHLCExamples:titles = {'1st','2nd','3rd','4th','5th','6th','7th','8th','9th','10th'};m = magic(10);chart_title = 'My Title';xlschart(titles,m,'LineStacked100',chart_title)xlschart(titles,m,17,chart_title,'sample.xls','Sheet2');xlschart(titles,m,'Line',chart_title,'1st','2nd','sample.xls','Sheet2');xlschart(titles,m,20,chart_title,'1st','8th','sample.xls','Sheet2');xlschart(titles,m,'XYScatterSmooth',chart_title,'10th','9th','sample.xls','Sheet2');xlschart(titles,m,30,chart_title,'2nd',{'7th','6th'},'sample.xls','Sheet2');xlschart(titles,m,29,chart_title,{'2nd','5th'},{'7th','6th'},'sample.xls','Sheet2');See also XLSREAD, XLSFINFO, XLSWRITE, XLSCELL, XLSHEETS, , CPTXT2XLS, MSOPEN Requirements: ยท MATLAB Release: R13
xlschart is a Matlab script for Scientific/Engineering scripts design by Fahad Al Mahmood. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

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