Excel plot generator

Generate plots in Excel directly from MATLAB
331 download
Aggiornato 30 ott 2016

Visualizza la licenza

This application generates plots in Excel from the MATLAB environment with no requirement to open and process the data in Excel. Application is intended to function like the internal MATLAB plot command by using handles to modify the data location / plot formatting. The major difference is that modifications are declared before the file is generated rather than by modifying the object afterward as is done in MATLAB. See help for examples.
Application uses active X (with all the limitations associated there in). But by using active X, MATLAB can modify the Excel plots as needed and it is faster than xlswrite. You can add to existing Excel files if you like but behaviors can be a little strange if you accidently overwrite existing data. NOTICE: Active X has demonstrated some instability in testing. Some machines work fine while others require Excel to be closed when using the program. It is an Active X issue, not a MATLAB issue.
If you find yourself forced to provide data using the least common denominator of programming languages (Excel), this is a relatively simple way to write data to excel and generate plots from that data into a self-contained Excel workbook. User does not need MATALB and will not be able to tell that MATLAB was used to generate the data.

Cita come

michael arant (2026). Excel plot generator (https://it.mathworks.com/matlabcentral/fileexchange/52745-excel-plot-generator), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Versione Pubblicato Note della release
1.2.0.0

Now error traps windows com issues (active X failures)

1.1.0.0

now handles user defined axis limits and axis crossing locations.

1.0.0.0