save matlab data

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

Ahora está siguiendo esta publicación

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'.

Citar como

Giuliano Langella (2026). save matlab data (https://es.mathworks.com/matlabcentral/fileexchange/23891-save-matlab-data), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0