extract_data_from_figures
Version 1.0.0 (1.46 KB) by
Chetanya
This function extracts multiple data plot values from figure files in Matlab.
%%
%
% Input : File name <filename.fig>
% with multiple plots in a single file
% Output : struct data
% : data.names contains names of the display object Yvalues
% : data.Y contains the actual plot values withthe first column
% containing the x-values
%
% Written by Chetanya Puri, 2019
% Last Modified: Nov 6, 2019
% save a variable from matlab plot createa variable from matlab figure with mutiple % plots
Cite As
Chetanya (2026). extract_data_from_figures (https://www.mathworks.com/matlabcentral/fileexchange/73274-extract_data_from_figures), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2018b
Compatible with R2006a and later releases
Platform Compatibility
Windows macOS LinuxCategories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
