save matlab data
Version 1.0.0.0 (1.77 KB) by
Giuliano Langella
This function saves bi-dimensional data to a tab delimited file with whatever extension.
You can save a cell array using:
gsave(cell); %if cell has a header it will be automatically saved
...or a numeric (e.g. double) array using:
gsave(data, header) % 'data' is numeric, while 'header' is a cell array which contains the column header of 'data'.
Cite As
Giuliano Langella (2026). save matlab data (https://in.mathworks.com/matlabcentral/fileexchange/23891-save-matlab-data), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Workspace Variables and MAT Files 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.0 |
