struc2xls
版本 1.1.0.0 (1.6 KB) 作者:
Francisco de Castro
STRUC2XLS Writes the contents os a structure into an Excel file
Slow and dirty way to save a simple structure to an Excel file with xlswrite. I did it to solve a urgent problem for a friend. Lots of improvements possible, I'm sure.
STRUC2XLS (FILE,S) writes the contents of structure S to a excel file named FILE. The name of the worksheet and the starting row and column can be specified as optional arguments.
Example:
s=struct('one',[1,2],'two',[10,20,30],'three',[100,200,300,400]);
struct2xls('s2xls',s,'Row',4,'Col','D')
引用格式
Francisco de Castro (2024). struc2xls (https://www.mathworks.com/matlabcentral/fileexchange/18530-struc2xls), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2007a
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Spreadsheets 的更多信息
标签
致谢
启发作品: struc2xls
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!