wr_colwithheader

Simple file to output structure fields to an .xls, including field names as headers.

您现在正在关注此提交

% 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 (2026). wr_colwithheader (https://ww2.mathworks.cn/matlabcentral/fileexchange/50728-wr_colwithheader), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: xlswrite1

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

Name was too long:)

1.0.0.0