Main Content

15,128 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

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

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
- XOPENBOOK loads an Excel workbook into the Excel COM server for access
- XCLOSEALLBOOKS releases all open Excel workbooks.
- XSAVEALLBOOKS saves all Excel workbooks to disk
- XGETBOOK returns a handle to a loaded workbook
- XDISCONNECT disconnects Matlab from the Excel COM server.
- XNEWBOOK creates a new Excel workbook.
- XSAVEBOOK saves an Excel workbook in the Excel COM server memory 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
- XCLOSEBOOK releases an open Excel 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

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

  • 583 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Apr 2020

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)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Aug 2009

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)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Aug 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)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Aug 2015

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

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

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 ,

  • 662 (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 13 Apr 2020

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)
  • 4 (Last 30 days)
  • 4.7 / 5
  • Community
  • 27 Feb 2013

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

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)
  • 3 (Last 30 days)
  • 4.4 / 5
  • Community
  • 28 Mar 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

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 -&gt; Column -&gt; AutoFit Selection .Example :xlsAutoFitCol('filename','Sheet1','A:F')

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

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.

  • 520 (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Jun 2018

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

  • 13 (All time)
  • 6 (Last 30 days)
  • -- / 5
  • Community
  • 24 Jan 2026

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)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 7 Jul 2009

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

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

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

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)
  • 5 (Last 30 days)
  • 4.8 / 5
  • Community
  • 10 Nov 2021

Natural-Order Row Sort

Version 3.4.11 by Stephen23

Alphanumeric row sort of a cell/string/categorical/table array, with customizable number format.

]) % TABLEans = A1 A2 A3 ___ _____ ___ 'A' '2' 'Y' 'B' '2' 'X' 'B' '10' 'X' 'A' '20' 'X' 'A' '100' 'X'natsortrows(T

  • 2.3K (All time)
  • 11 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Apr 2026

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

COMBINATOR -combinations AND permutations

Version 1.3.0.0 by Matt Fig

Returns 1 of 4 different samplings on the set 1:N, taken K at a time.

COMBINATOR will return one of 4 different samplings on the set 1:N, taken K at a time. These samplings are given as follows: PERMUTATIONS WITH REPETITION/REPLACEMENT COMBINATOR(N,K,'p','r') --

  • 11.5K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Sep 2010

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

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)
- CREATEMPGFIT(RATEDHPCITY,MPGCITY)
- CREATEMPGFIGURE(X1, Y1)
- Fuel Economy Analysis
- MPGDistribution Create plot of datasets and fits
- Automating Analysis for Multiple Files
- FUELECONOMY_APP M-file for FuelEconomy_App.fig
- Fuel Economy Analysis
- Model fuel economy data.
  • 1.9K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Aug 2017

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)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Jun 2013

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

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)
  • 4 (Last 30 days)
  • 4.6 / 5
  • Community
  • 21 Aug 2008

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)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 3 Mar 2008

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)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 15 Oct 2004

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)
  • 3 (Last 30 days)
  • 3.9 / 5
  • Community
  • 9 Mar 2009

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

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
- private function to convert data type to express in excel worksheet
- XLSSDOINFO loads Simulink Data Object property definition from Excel definition file
  • 2.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Nov 2008

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
  • 174 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Oct 2016

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)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 May 2009

XLSAPPEND

Version 1.1.0.1 by Brett Shoelson

Append data to the next-available row of an existing Excel file with a single call to ActiveX.

is less than for successive xlsread/xlswrite calls.[SUCCESS,MESSAGE]=XLSAPPEND(FILE,ARRAY,SHEET) writes ARRAY to the Excel workbook, FILE, into the area beginning at COLUMN A and FIRST UNUSED ROW, in

- XLSAPPEND Stores numeric array or cell array to the end of specified Excel sheet.
  • 6.5K (All time)
  • 4 (Last 30 days)
  • 4.7 / 5
  • Community
  • 1 Sep 2016

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

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
  • 413 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 May 2017

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
- XLSWRITESDO saves Simulink Data Object to Excel spreadsheet
- XLSREADSDO loads Simulink Data Object from 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)
  • 5 (Last 30 days)
  • 4.7 / 5
  • Community
  • 6 Jan 2017

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

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

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

xlswrite1

Version 1.0.0.0 by Matt Swartz

increases speed of xlswrite function when used in loops or multiple times.

as many times as needed or in a loop (for example xlswrite1(File,data,location). Then run the following code to close the activex server:invoke(Excel.ActiveWorkbook,'Save');Excel.QuitExcel

  • 17.7K (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 21 Mar 2006

xlwrite : Export Data to Excel from Matlab on Mac/Win

Version 1.2.0.0 by Marin Deresco

xlwrite allows you to export data (2d/3d arrays of double/cell) to Excel from Matlab (Mac/Win)

exported to a Java function which in turn writes the data to excel. Note that data to be exported is converted to cell then to java String array.This workaround is a real working solution, it may need

- Test script for excel write (xlwrite in OS X)
  • 8.7K (All time)
  • 2 (Last 30 days)
  • 3.1 / 5
  • Community
  • 3 Aug 2012

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

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 "}"

  • 218 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Mar 2017

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 -

- Copyright 2006 The MathWorks, Inc.
- Copyright 2006 The MathWorks, Inc.
- 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.
  • 3K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 1 Sep 2016

Synthetic Microstructure Generator

Version 1.2.0.0 by Mark Tschopp

Generates a binary image with non-overlapping ellipses of varying sizes and distributions

(MSAAF) technique characterizes the representative length scale of a two-phase composite microstructure (1). A previous MATLAB submission shows how to apply this technique in an isotropic form and a

  • 3.1K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Nov 2009

Natural Gas Storage Valuation

Version 1.1.0.1 by Ameya Deoras

Demos and files from the webinar

This example demonstrates using MATLAB to analyze and value a natural gas storage contract. Such valuations are typically done when financing/purchasing storage facilities, structuring contracts to

  • 2.7K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Sep 2016

DC Power Flow Analysis

Version 1.5.0.0 by Dejan Bundalo

DC Power Flow Analysis in MATLAB

. Latter on, there is a possibility for further calculations, when there are contingencies in the system (generator is off, line is off...) and even full N-1 or N-1-1 analysis.

- input the B matrix from xlsl file
- input P vector from xlsx file
  • 2.4K (All time)
  • 5 (Last 30 days)
  • 4.8 / 5
  • Community
  • 6 Feb 2017

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

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

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

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

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

CATT2Matlab

Version 1.0.0.0 by José M. Requena Plens

Application to handle the information generated by CATT-Acoustic 8

  • 88 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Sep 2017

xlswritefig

Version 1.1.0.0 by Michelle Hirsch

Write a MATLAB figure to a Microsoft Excel spreadsheet.

XLSWRITEFIG allows you to programmatically place a MATLAB figure inside of an Excel spreadsheet. This can be a useful supplement to XLSWRITE.

- Write a MATLAB figure to an Excel spreadsheet
  • 5.8K (All time)
  • 6 (Last 30 days)
  • 4.3 / 5
  • Community
  • 2 Sep 2025

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

Load more