save matlab data

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

引用

Giuliano Langella (2026). save matlab data (https://jp.mathworks.com/matlabcentral/fileexchange/23891-save-matlab-data), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersWorkspace Variables and MAT Files についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0