Save plots from Matlab into an Excel file

This utility allows users to save their plot(one at a time)in an Excel file at a single click.
1.9K Downloads
Updated 1 Nov 2012

View License

Using this script...

% X Y Data for plotting
DataX=cell2mat({1:10})
DataY=cell2mat({1:10})
% Call for saving plot in Excel
PlotInExcel(DataX,DataY)

Cite As

Amit Doshi (2024). Save plots from Matlab into an Excel file (https://www.mathworks.com/matlabcentral/fileexchange/38870-save-plots-from-matlab-into-an-excel-file), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0