printtable(content, Name, Value)

版本 1.2.0.0 (5.4 KB) 作者: brayantz
Print character table in custom format.
97.0 次下载
更新时间 2018/3/21

查看许可证

This function is usefull to display matrices in the screen as a report with diferent 'styles'. You can specify column and rows variable names, aligment, padding spaces, delimiters, corners and borders. Also can save the result as a charcater array to be used with functions: fprintf, sprintf, warning, error and MException.
The purpose of this function is to be an option to the already existing similar functions (see Acknowledgments).

引用格式

brayantz (2024). printtable(content, Name, Value) (https://www.mathworks.com/matlabcentral/fileexchange/64517-printtable-content-name-value), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Changed function name (printtable), changed parameter names, refactorized.

1.1.0.0

Changed name (printTable), changed parameter names, refactorized, added input parser scheme, dependence with
the function interleave (FEX).

1.0.0.0

Add comment