extract_data_from_figures
Versione 1.0.0 (1,46 KB) da
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
Cita come
Chetanya (2026). extract_data_from_figures (https://it.mathworks.com/matlabcentral/fileexchange/73274-extract_data_from_figures), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2018b
Compatibile con R2006a e release successive
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e MATLAB Answers
Tag
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 |
