save matlab data

This function saves bi-dimensional data to a tab delimited file with whatever extension.

You are now following this Submission

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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0