Main Content

15,343 results in File Exchange

Calculate Excel Range

Version 1.3.1.0 by Richard de Garis

Calculates full target range in Excel A1 notation.

This is basically a Matlab version of the Excel function Offset, albeit with enhancements.xlrange = xlcalcrange(h,refCell,r,c,m,n)returns the full target range in Excel A1 notation to cover an m-by-n

  • 1.3K (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Apr 2026

The X Collection

Version 1.5.0.0 by Yvan Lengwiler

Collection of programs that ease interaction with Excel files.

The X collection is a set of Matlab programs that make it easier for the user to interact with Excel sheets. Matlab offers already many ways of exchanging data with Excel. For instance 'xlsread' and

- XRANGEADDRESS returns a range address in Excel's A1 format
- XDISCONNECT disconnects Matlab from the Excel COM server.
- XOPENBOOK loads an Excel workbook into the Excel COM server for access
- XNEWBOOK creates a new Excel workbook.
- XCLOSEALLBOOKS releases all open Excel workbooks.
- XSAVEALLBOOKS saves all Excel workbooks to disk
- XDATEFMT returns a valid string to format date cells in Excel
- XLISTOPENBOOKS returns a list of all workbooks loaded in an Excel server
- XSAVEBOOK saves an Excel workbook in the Excel COM server memory to disk
- XCLOSEBOOK releases an open Excel workbook.
- XGETBOOK returns a handle to a loaded workbook
- XREAD extract the content of an Excel worksheet
- XCONNECT connects Matlab to the Excel COM server.
- XADDSHEET adds a new empty worksheet to an existing Excel workbook.
  • 1.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Jan 2015

Column index to Excel A1 notation Converter

Version 1.0.0 by 滨江

这是一个Matlab的函数,用于将任意正整数(列序号)转换为Excel的A1样式。 Convert positive integer (idx) to Excel A1 notation without limit of max index.

This function converts an index of column to the Excel A1 notation. But there is no limit to the maximal index.%%%function A1string = idx2A1(idx)alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';if idx >= 1

  • 0 (All time)
  • 0 (Last 30 days)
  • -- / 5
  • Community
  • 7 May 2025

Convert index to Excel A1 notation

Version 1.0.0.0 by Matt Brunner

Convert index to Excel A1 notation used in xlswrite

This function translates an index to the Excel A1 notation that is used in xlswrite.%%%function a1String = idx2A1(idx)alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';if idx < 27 a1String =

- convert index to A1 notation
  • 466 (All time)
  • 1 (Last 30 days)
  • 2.5 / 5
  • Community
  • 21 Sep 2010

delimread

Version 1.0.0.0 by Kirby Fears

Easily read text and numerical data from any delimited text file (such as CSV).

requiring a format string. A range can be specified in Excel A1 format, or alternatively in start/end row and column values. The function is optimized to ignore unneeded data on the first read instead of

  • 1.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Aug 2015

Column Converter for Excel

Version 1.1.0.0 by Kevin Crosby

Convert Excel column letters to numbers or vice versa, for processing data to/from XLSREAD/XLSWRITE.

B = XLSCOL(A) takes input A, and converts to corresponding output B. The input may be a number, a string, an array or matrix, an Excel range, a cell, or a combination of each within a cell

- XLSCOL Convert Excel column letters to numbers or vice versa.
  • 4.9K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Aug 2010

Excel Column Number To Column Name

Version 1.4.0.0 by Matt G

Converts an array of numbers to a cell array of Excel column names

XLSCOLNUM2STR takes in an array of numbers and returns a cellular array of the same size with cell of corresponding Excel column names.example:n=[1 10; 53 256]c=xlsColNum2Str(n);c={'A' , 'J

  • 4.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Aug 2009

Get sheet names from Excel file

Version 1.0.0 by Pruthvi G

Reads the sheet names from Excel file for the given format :: .xls, .xlsm, .xlsx, .xltm, .xltx, .xltm

: xl_xlsfinfo% Author : Pruthvi Raj G% Version : Version 1.0 - 2011b Compactible% Description : Finds all the sheets in the Excel file ( .xls, .xlsm, .xlsx, .xltm, .xltx, .xltm

  • 587 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Apr 2020

Recognizing Far-Near Relations of Clusters by GDEM, Visualization by Line-Pearl Pattern

Version 1.4.0.0 by Kaijun Wang

measure far-near degrees (distances) between clusters & dense degrees of border regions of clusters

- finding nearest elements between A1 & B1
- plot the first two principle components (PC1 & PC2) of data with labels
  • 926 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 6 Aug 2012

Convert an A1-style spreadsheet column label to a number.

Version 1.12.0.0 by DS

ABC2NUM translates an A1-style (absolute) column label reference to a number; NUM2ABC does inverse.

by spreadsheet programs such as Calc and Microsoft Excel[1]. Other characters, including lower case letters, a-z, are ignored.NUM2ABC(D) returns the A1-style string label corresponding to the

  • 1.7K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Mar 2012

Copy Sheet from one excel file to another excel file

Version 1.0.1 by Pruthvi G

A script intended to copy sheet from one excel file and paste to another and renaming the sheet required.

% Version : Version 1.0 % Description : A script intended to copy sheet from one excel file to

  • 656 (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 30 Sep 2019

xlwrite: Generate XLS(X) files without Excel on Mac/Linux/Win

Version 1.9.0.0 by Alec de Zegher

Generates ‘.xls’ & '.xlsx' files on Mac/Linux/Win without Excel, using same syntax as xlswrite.

a cell array like for example:xlsData = {1 true 'text' false; 10 -12.5 6 false};To generate the Excel file without too much overhead, xlwrite interacts directly with the Apache POI library. The

- XLWRITE Write to Microsoft Excel spreadsheet file using Java
  • 14.6K (All time)
  • 3 (Last 30 days)
  • 4.7 / 5
  • Community
  • 27 Feb 2013

Set columns in Excel to Auto Fit

Version 1.0.0.0 by Tal Shir

Set columns in Excel to Auto Fit

This function will set the selected columns to autofit.This is the same as using the Excel menu: Format -> Column -> AutoFit Selection .Example :xlsAutoFitCol('filename','Sheet1','A:F')

  • 1.9K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Mar 2009

RemoveSheet123 - remove default Excel sheets

Version 1.0.0.0 by Noam Greenboim

Remove default sheets ("sheet1" ,"sheet2", "sheet3") from an Excel file

When a new Excel file is created (whether using Matlab or Excel), it always contains 3 defaults sheets. Their names are depended on the language Excel is defined. In English, it's "sheet1", "sheet2

  • 1.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Apr 2015

vlookup - similar to MS Excel function

Version 1.0.0.0 by Zhiqiang Zhang

A matrix version of VLOOKUP similar to MS Excel function.

of 'm' in the same row. the 'm' could be a numeric matrix of a cell matrix.lookcolumn is 1 by default if omitted.Example:m = {1, 'a', [2 3];2, 'b', 'cd'3, 'a', true;}; [content, index] = vlookup(m, 'a

- VLOOKUP the function as vlookup in Excel
  • 2.2K (All time)
  • 1 (Last 30 days)
  • 4.6 / 5
  • Community
  • 2 Nov 2010

Export SignalBuilder to Excel

Version 1.0.0.0 by Stephane Dauvillier

Export signal builder to excel

The signal builder block allows you to import Excel® spreadsheet but it doesn't allow you to export the signals to excel. With this function, it can.

  • 523 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Jun 2018

Delete Excel Workbook Sheets (Sheet 1 delete ) using Matlab

Version 1.0.1 by Pruthvi G

This Script is intended to Delete provided sheets , It can be an Array of sheets also.

:: www.prudhvy.com )% Version : Version 1.0 - 2011b Compactible% Description : Deleting Excel Sheets required after writing data to Excel. % Input : File_Name with path included ,

  • 663 (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 13 Apr 2020

RPLidar A1 reader

Version 1.58 by Amin Asham

A reader of RPlidar A1 that draws a map in real-time

This Simulink model provides an interface for the Slamtec RPLidar A1 using serial communication. The model automates the 'Standard Mode' initialization and performs real-time data acquisition at a

  • 19 (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 24 Jan 2026

Excel Column

Version 1.0.2 by Daniel YC Lin

Generate characters of column indexes for Microsoft Office Excel.

Convert a positive integer into MS Excel column index format, helpful when applying functions like "writematrix". Note that the limits of row and column in MS Excel (2007+) are 1,048,576 and 16,384

  • 107 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Feb 2020

Set conditional formating to Excel

Version 1.1.0.0 by Tal Shir

Set a conditional format in Excel to change negative numbers text color to red.

Set a conditional format in Excel to change negative numbers' text color to red. The code can be modifeid quite easly to set any other

  • 1.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Feb 2009

Function for faster data transfer Matlab <--> Excel

Version 1.3.0.0 by Antonio

This modified version makes the original xlsread.m faster and also allows add-ins to be loaded.

The idea came from a modified version of the xlswrite.m (the xlswrite1.m) posted by Matt Swartz in this fle exchange area on March 21, 2006. This version of xlsread.m was easily accomplished by

- XLSREAD Get data and text from a spreadsheet in an Excel workbook.
  • 9.8K (All time)
  • 1 (Last 30 days)
  • 4.4 / 5
  • Community
  • 28 Mar 2012

Estimating the number of clusters via System Evolution

Version 1.0.0.0 by Kaijun Wang

estimate number of clusters for far clusters, small-larger clusters, slightly overlapping clusters

- finding nearest elements between two groups A1 and B1
- finding out nearest points between two groups A1 and B1
- computing energies (average walking distance) within each group A1,B1,...
- computing energies (average walking distance) within each group A1,B1,...
- plotting data in first two principle components (pc) or dimensions
  • 1.4K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 7 Jul 2009

Run MS Excel macro

Version 1.0.0.0 by Guilherme Coco Beltramini

Run MS Excel macro with or without parameters

Run MS Excel macroUSAGExls_run_macro(xlsfile,macro)xls_run_macro(xlsfile,macro,params)INPUT- XLSFILE: name of the XLS-file- MACRO: macro name- PARAMS: parameters for the MACROOUTPUT- XLSFILE will be

  • 1.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Jun 2013

Compare the excel sheet

Version 1.0.0.0 by Vishwanath salokye

This compairs two excel sheet and gives the diffrenece

inputs and outputs are in terms of excel sheet to compare past version to present version one script is required so i have developed the script which compares two excel sheet

  • 444 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 May 2012

Excel Variables reader

Version 1.0.0.0 by James Ang

GUI to read and plot variables from Excel files

This GUI allows the user to select an excel file with variables (currently only for the specific format attached, but can be easily modified to import other formats using the importtool) , displays

  • 332 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 May 2016

Converting Dataset Simulation results to Excel Spreadsheet

Version 1.0.0.0 by Roni Peer

Two simple functions that convert a Dataset parameter, containing Simulink Simulation data, to excel

Simulink model to run the imported scenario. The functions are documented and pretty much self-explanatory.Option 1 - Simulink to Excel:Open and run the model 'example_Simulink'. This will create a parameter

- XLS2DATASET - Read Dataset format from EXCEL File
- DATASET2XLS - Save Dataset format to EXCEL File
  • 1.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Jun 2013

Handling MATLAB Events in Excel

Version 1.1.0.0 by Peter Webb

Source code for Sept. 2006 News and Notes Programming Patterns article.

consists of two parts, a COM component generated by MATLAB Builder for .NET, and a Visual Basic class module that integrates the COM component into Excel. The COM component consists of M-files and data files

  • 2.7K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Nov 2010

Delete worksheets in Excel file

Version 1.1.0.0 by Guilherme Coco Beltramini

Delete selected worksheets or all empty worksheets in Excel file

Delete worksheets in Excel fileUSAGExls_delete_sheets(xlsfile)xls_delete_sheets(xlsfile,sheets)INPUT- XLSFILE: name of the Excel file- SHEETS: cell array with the worksheet names, or matrix with

- % Delete worksheets in Excel file
  • 2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Jun 2013

Access Excel Blocks within Simulink

Version 1.0.1 by Sysenso Systems

Simulink Excel Blocks is a custom Simulink library that will be useful for referring to Excel files within a Simulink model

Simulink Excel Blocks is a custom Simulink library which will be useful to the refer the Excel files within Simulink model.Usage: If this SimExcelBlocks folder is in MATLAB path, then this library

  • 220 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Mar 2022

Paste a Matlab figure to Excel

Version 1.0.0.0 by Tal Shir

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')

- Paste current figure to selected Excel sheet and cell
  • 5.1K (All time)
  • 1 (Last 30 days)
  • 4.6 / 5
  • Community
  • 21 Aug 2008

read_excel_columns(filename,sheet,columns,firstrow,lastrow)

Version 1.0.0.0 by Are Mjaavatten

Read selected columns from a large Excel file using ActiveX

If you need to read one or mode columns of numeric data from a large Excel file, this will do it faster, and use less memory, than xlsread. Reads the same rows from all columns and returns an array

- Read selected columns from large Excel sheet using ActiveX
  • 243 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Mar 2016

write2excel

Version 1.0.0.0 by Brett Shoelson

Writes data to multiple ranges of existing Excel file.

Uses ActiveX commands to write data_n into range_n in an existing Excel spreadsheet. Inputs (excluding fileloc and promptforsave) must be paired.As of 10/04 update, you may provide the target range

- write2excel(fileloc,promtforsave,range1,data1,range2,data2,...)
  • 14.9K (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 15 Oct 2004

Excel 2007 Plot Themes for MATLAB

Version 1.0.0.0 by Steve Conover

Makes a line plot look like those found in MS Excel 2007

The THEME function takes the given figure/axis and applies one of the color schemes found in Microsoft Excel 2007 OR sets the chosen the theme to be the default for all future plots. Choose from one

  • 2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Jul 2007

Excel file generation with Matlab results

Version 1.0.0.0 by Hamid Ebrahimi Orimi

Generate the big data excel files from the Matlab outputs

After running the program, sometime, we need the excel file of our output but it is timeconsuming to copy and paste our big data one by one we can use this program to save more time and it is also

- generate program for different excel files
- generate program for different sheets of excel file
  • 175 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Oct 2016

Excel Column Name to Number

Version 1.0.0.0 by Matt G

Converts a cell array of Excel column names to an array of Excel column numbers

XLSCOLSTR2NUM takes in a cellular array of characters and returns a array of numbers of the same size with elements corresponding to Excel column numbers.See Also XLSCOLNUM2STR

  • 1.7K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 3 Mar 2008

SDOxlsIF: Excel Interface API for Simulink Data Object

Version 1.1.0.0 by Tomoki Fukuda

SDOxlsIF: Useful M-File functions to interface Simulink Data Object with Microsoft Excel worksheet.

SDOxlsIF is a set of three M-File functions.XLSREADSDO enables you to load workspace variables of Simulink Data Object from Excel worksheets.XLSWRITESDO enables you to save workspace variables of

- private function to start Excel as ActiveX server
- XLSREADSDO loads Simulink Data Object from Excel spreadsheet
- XLSWRITESDO saves Simulink Data Object to Excel spreadsheet
- private function to read values from excel work sheet
- XLSSDOINFO loads Simulink Data Object property definition from Excel definition file
- private function to convert data type to express in excel worksheet
  • 2.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Nov 2008

Beyond Excel: Enhancing Your Data Analysis with MATLAB (August 2017)

Version 1.0.0.0 by Sergio E. Obando

These are the files for the Webinar "MATLAB for Excel Users" which was presented in August 2017.

The webinar highlights how MATLAB can supplement the capabilities of Excel by providing access to thousands of pre-built engineering and advanced analysis functions and versatile visualization tools

- IMPORTYEARXLS Import fuel economy data (from Excel data files)
- modelMPG(carData, CARTRUCK, CITYHIGHWAY, CI)
- Fuel Economy Analysis
- CREATEMPGFIGURE(X1, Y1)
- CREATEMPGFIT(RATEDHPCITY,MPGCITY)
- MPGDistribution Create plot of datasets and fits
- FUELECONOMY_APP M-file for FuelEconomy_App.fig
- Fuel Economy Analysis
- Automating Analysis for Multiple Files
- Model fuel economy data.
  • 1.9K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Aug 2017

NXT Scanner with Lego Mindstorms NXT

Version 1.1.0.0 by Yoshiaki Banno

NXT Scanner Model-Based Design based on Embedded Coder Robot NXT.

- private function to start Excel as ActiveX server
- XLSREADSDO loads Simulink Data Object from Excel spreadsheet
- XLSWRITESDO saves Simulink Data Object to Excel spreadsheet
- private function to read values from excel work sheet
- XLSSDOINFO loads Simulink Data Object property definition from Excel definition file
- private function to convert data type to express in excel worksheet
  • 3.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 May 2009

Exporting a MATLAB plot/figure to Excel

Version 1.0.0.0 by Amit

Copy using dmeta and pasting using PasteSpecial

Very simple and small program to export a MATLAB fig or plot to a specific excel file. (location of the plot in the excel file can be changed by changing the "Range" variable... )

  • 7.5K (All time)
  • 1 (Last 30 days)
  • 3.9 / 5
  • Community
  • 9 Mar 2009

Store Excel named range in MATLAB

Version 1.0.0.1 by Vincent Leclercq

This function retrieve a "Named Range" from an Excel workbook

This function look in the specified workbook to a specific Named range given as an input. If not found, an empy matrix is returned. the workbook should be an absolute path.

- GETNAMEDRANGEFROMEXCEL Retrieve a named range from an Excel workbook
  • 1.9K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 1 Sep 2016

Excel Embedded chart.

Version 1.0.0.0 by rasam aliazizi

create an embedded chart in excel from data in excel spreadsheet.

this function provides embedded charts in excel from data already present and saved in excel.HOW TO USE:1) download the zip file here.2) open test1.m and set the address of test1.xlsx accordingly.3

  • 433 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 28 Sep 2011

(Update) Synopsys /Sentaurus: make your .plt files readable by Excel, Origin... etc

Version 3.0.0.0 by maryline bawedin

Convert your .plt files into .txt files which can be imported straight into Excel, Origin... etc

files are located and all of them will be automatically converted in .txt files readable by software like Excel, Origin etc...Notice that if you stop/abort the simulation in Synopsys, the end bracket "}"

  • 224 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Mar 2017

NONLINEAR-INELASTIC MULTI-AXIAL TIME RESPONSE ANALYSIS OF SDOF OSCILLATOR

Version 1.0.0.0 by Dr. Erol Kalkan, P.E.

Robust MatLAB function for nonlinear-inelastic time-history analysis of SDOF oscillator

- Output for excel
  • 414 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 May 2017

Real or Simulated Stock Quote/Trade through MBTrading

Version 1.0.0.0 by Dan Rissacher

I wrote these .m files to connect to my MBTrading accounts for automated trading using matlab code.

  • 1.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Jan 2010

cmtdtool

Version 1.2.0.1 by Yasumitsu Ito

cmtdtool can reduce and automate manual operations required to perform model-based testing.

performed when you run tests for a controller model. This tool helps you to reduce and automate manual operations required to perform them.(1) Excel to SignalBuilder conversion (1-1) Create SignalBuilder

- Excel to SignalBuider convertion
- Excel to Truth Table conversion
- Generate Truth Table block from Excel
- Truth Table block creation for user defined tests
- XLS2TRUTHTABLE create TruthTable block from Excel
- xls2SignalBuilder Create SignalBuilder block from Excel selection
- xls2SignalBuilder Create SignalBuilder block from Excel selection
  • 2.8K (All time)
  • 3 (Last 30 days)
  • 4.6 / 5
  • Community
  • 1 Sep 2016

MATLAB-Excel Single Interface

Version 1.2.0.1 by Tony

Allows M-code to be called using Excel Link and .NET(COM) Builder without making any changes in VBA

as a guide.STEP 0 - Install Excel Link (see the product documentation for details).STEP 1 - In Excel, hit Alt-F11 to open the Visual Basic Editor and drag MATLABInfrastructure.bas into it.STEP 2 -

- MATLABGATEWAY Single point of entry to MATLAB from Excel/VBA subroutines
- FILELIST Never run this. It exists to fool the compiler only.
- Copyright 2006 The MathWorks, Inc.
- Copyright 2006 The MathWorks, Inc.
- Copyright 2006 The MathWorks, Inc.
  • 3K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 1 Sep 2016

ReadMultipleSheetsInExcel.m

Version 1.1.0.0 by Thomas Hansen

Read multiple sheets in Microsoft Excel spreadsheet file

Read multiple sheets in Microsoft Excel spreadsheet file

- ReadMultipleSheetsInExcel Read multiple sheets in Microsoft Excel spreadsheet file.
  • 341 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Jul 2014

Model-Based Design for Electrical Automobile Chassis Control

Version 3.0.0.0 by Hitoshi Takeshita

You are able to understand MBD process with Lego R/C car.

- private function to start Excel as ActiveX server
- XLSREADSDO loads Simulink Data Object from Excel spreadsheet
- XLSWRITESDO saves Simulink Data Object to Excel spreadsheet
- private function to read values from excel work sheet
- private function to convert data type to express in excel worksheet
- XLSSDOINFO loads Simulink Data Object property definition from Excel definition file
  • 7.6K (All time)
  • 6 (Last 30 days)
  • 4.7 / 5
  • Community
  • 6 Jan 2017

xlsWriteEx

Version 1.0.0 by Nick Oatley

Updated version of xlswrite1 for faster writing to Excel, based on R2018b

except that when done, a call to xlsWriteEx with no input parameters is required to close the Excel server.For example: [status,message] = xlsWriteEx(myExcelFile1, myData1, ''Sheet1', 'A1

  • 382 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Dec 2018

Video Demonstration Of How To Use MATLAB Excel Builder

Version 1.0.0.0 by Saqer Ali Khalil

A video files shows you how to build your own functions in matlab & use them directly into microsoft

This is a video demonstration tutorialto be as an introduction to use MATLAB Excel Builder. The attached file contains three m-file programs andvideo file to show you how to make these programs

  • 2.2K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 14 Dec 2007

XlsPutImage

Version 1.0.0 by Noam Greenboim

Put an image file in an Excel chart

created.The default is Sheet1, at C9 for the top-left corner.In order to send a Matlab plot directly to Excel, it needs to be saved first to a temporary file (SAVEAS command is recommended).Although designed in

- place an image inside an excel chart
  • 415 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Nov 2018

Data Analysis with MATLAB for Excel Users

Version 1.3.0.1 by Michael Agostini

Materials for public seminar of the same name (slides and demos)

Contains the slides and demos for the seminar entitled "Data Analysis with MATLAB for Excel Users", which was delivered on March 7th at the Newton Marriott in Newton, MA.While a clever person could

- ENERGYFORECASTGUI M-file for energyForecastGUI.fig
- Dock the figures into a window frame
- Energy Demo
- CREATEFIGURE(X1,Y1,Y2)
- Test the MATLAB ActiveX Server Interface
- estimateSingleDay(energyData, DayType, dayOfWeek, timeOfDay)
- function h=vline(x, linetype, label)
- MYDISTFIT Create plot of datasets and fits
- This function is used to determine how closely the noise profile of new
- Plots the motor data
- MYCURVEFIT Create plot of datasets and fits
  • 9.2K (All time)
  • 1 (Last 30 days)
  • 4.6 / 5
  • Community
  • 1 Sep 2016

Converter for standard format references, excel to word files - refGenerator

Version 2.0.0.0 by Yuchen Jiang

reference generation

The reference generator loads a Excel file for reference related information and outputs reference items with standard format.

  • 107 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Oct 2017

csv2cellfast - import CSV files on machines without Excel

Version 1.0.2 by Andrew Dyer

Parses a Windows CSV file into an NxM cell array if strings.

A rewritten CSV importer inspired by Arthur Hebert's function.Vector operations are used instead of loops, which leads to 2x to 10x speed improvements.Files with a large number of quoted cells (cells

  • 119 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Apr 2020

Curvature of a 1D curve in a 2D or 3D space

Version 1.2.8 by Are Mjaavatten

Calculates the local radius of curvature as well as the cumulative arc length and the curvature vector along a 1D curve in 2D or 3D space

Function circumcenter finds the radius R and the center of the circumscribed circle of a triangle in 3D space. Function curvature calls circumcenter for every triplet , , of neighboring points along

  • 5.7K (All time)
  • 7 (Last 30 days)
  • 4.8 / 5
  • Community
  • 10 Nov 2021

extend Matlab Editors callback

Version 1.15.0.0 by Andreas Justin

Extends the editor features. Closing brackets, Operator. Templates, Keyboard Shortcuts

- See also Excel 2007 standard Color palette
  • 675 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Sep 2016

convertxlrange

Version 1.0.0.0 by Kirby Fears

Converts Excel ranges to row and column boundary values

in the m-file.% Function Description% This function converts excel A1 range strings such as 'A5:B10' into row% and column pairs that convey the same information in Matlab-friendly% row and column

  • 91 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 9 Aug 2015

MATLAB read/write/control Excel

Version 1.0.0.0 by George Thiers

What XLSREAD and XLSWRITE do under the hood

On a Windows platform, MATLAB's XLSREAD and XLSWRITE open Excel as a COM automation server in the background to read/write data. Sometimes users want XLSREAD and XLSWRITE to do more, and would like

  • 4.5K (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 25 Jan 2008

xls2struct

Version 1.5.0.0 by Ashish Uthama

Load Excel file contents as a structure

xls2struct Load Excel file contents as a structure xlsstruct = xls2struct(file) loads the Excel file 'file'. The first row is used to generate the field names for the 1x1 structure xlsstruct. Each

- xls2struct Load Excel file contents as a structure
  • 3.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 May 2010

3D Surface Plots from Excel Data GUI

Version 1.20.0.0 by Christopher Rouxel

Upload data from Excel and plot in 3D as a scatter plot, lsq curve fit, contour plot and others.

and the optimal size/speed/etc. can be chosen. Go from excel to Matlab to .png pictures in a matter of minutes.

- Copyright (c) 2010, Christopher Rouxel
  • 6.5K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 16 Sep 2011

Load more