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.

You are now following this Submission

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 (2026). 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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0