wr_colwithheader

Simple file to output structure fields to an .xls, including field names as headers.
ダウンロード: 280
更新 2015/5/4

ライセンスの表示

% Company : JCP
%
% File Name : wr_colwithheader.m
%
% Version : 1.0
%
% Author : JCP
%
% Function : Writes all fields of a datastructure in an .xls in colums.
% Includes the fieldnames. Uses the same format for all
%
% Variables:
%
% Input: - filename : Full filename, including extension and path.
% - struct_in : Generic data structure
% - col_ofs : Column where you want to write the first field
% - row_ofs : row where you want to write the headers
% of all fields.
%
% - Sheet : Excel sheet in the workbook.

引用

Jose Caballero (2024). wr_colwithheader (https://www.mathworks.com/matlabcentral/fileexchange/50728-wr_colwithheader), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSpreadsheets についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: xlswrite1

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Name was too long:)

1.0.0.0