save matlab data

This function saves bi-dimensional data to a tab delimited file with whatever extension.
913 Downloads
Updated 24 Apr 2009

View License

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 (2024). save matlab data (https://www.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 Linux
Categories
Find more on Workspace Variables and MAT-Files in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0